Html Css Color HEX #42FBE2 Turquoise

📋 copy color: '#42FBE2'

red 66 ◦ green 251 ◦ blue 226

#42FBE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #42FBE2

Tints of Turquoise #42FBE2

RGB

 RED value IS 66 (26.17% from 255) = 12.15%

 GREEN value IS 251 (98.44% from 255) = 46.22%

 BLUE value IS 226 (88.67% from 255) = 41.62%

R = 12.15%
G = 46.22%
B = 41.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42FBE2 (or 0x42FBE2) is known color: Turquoise. HEX triplet: 42, FB and E2. RGB value is (66,251,226). Sum of RGB (Red+Green+Blue) = 66+251+226=543 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.15% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBE2 is #BD041D. Grayscale: #C0C0C0. Windows color (decimal): -12387358 or 14875458. OLE color: 14875458.

HSL color Cylindrical-coordinate representation of color #42FBE2: hue angle of 171.89º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBE2 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 251 226 -
CMYK 0.74 0 0.10 0.02
HSL 171.89º 0.96% 0.62% -
HSV(B) 171.89º 0.74% 0.98% -
XYZ 50.47 75.64 83.89 -
YUV 192.84 146.71 37.53 -
System Red Green Blue C M Y K H S L
Decimal 66 251 226 0.74 0 0.10 0.02 171.89 0.96 0.62
Hex 42 FB E2 4A 0 A 2 AC 60 3E
Octal 102 373 342 112 0 12 2 254 140 76
Binary 1000010 11111011 11100010 1001010 0 1010 10 10101100 1100000 111110

Color Harmonies of #42FBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FBE2

Black with #42FBE2

Text Example


Text Example

White with #42FBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42FBE2; }

 p { color: rgb(66,251,226); }

 H1.HeaderClassName
 {
   color: #42FBE2;
 }
 .AnyTagClassName
 {
   color: #42FBE2;
 }
</style>

background-color css

<style>
 a { background-color: #42FBE2; }

 a { background-color: rgb(66,251,226); }

 div.DivClassName
 {
   background-color: #42FBE2;
 }
 .BgClassName
 {
   background-color: #42FBE2;
 }
</style>

border-color css

<style>
 span { border-color: #42FBE2; }

 span { border-color: rgb(66,251,226); }

 td.TdClassName
 {
   border-color: #42FBE2;
 }
 .TagClassName
 {
   border-color: #42FBE2;
 }
</style>