Html Css Color HEX #42FBC6 Turquoise

📋 copy color: '#42FBC6'

red 66 ◦ green 251 ◦ blue 198

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

Shades of Turquoise #42FBC6

Tints of Turquoise #42FBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.45%

R = 12.82%
G = 48.74%
B = 38.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#42FBC6 (or 0x42FBC6) is known color: Turquoise. HEX triplet: 42, FB and C6. RGB value is (66,251,198). Sum of RGB (Red+Green+Blue) = 66+251+198=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBC6 is #BD0439. Grayscale: #BDBDBD. Windows color (decimal): -12387386 or 13040450. OLE color: 13040450.

HSL color Cylindrical-coordinate representation of color #42FBC6: hue angle of 162.81º 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 #42FBC6 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 251 198 -
CMYK 0.74 0 0.21 0.02
HSL 162.81º 0.96% 0.62% -
HSV(B) 162.81º 0.74% 0.98% -
XYZ 46.94 74.23 65.28 -
YUV 189.64 132.71 39.81 -
System Red Green Blue C M Y K H S L
Decimal 66 251 198 0.74 0 0.21 0.02 162.81 0.96 0.62
Hex 42 FB C6 4A 0 15 2 A3 60 3E
Octal 102 373 306 112 0 25 2 243 140 76
Binary 1000010 11111011 11000110 1001010 0 10101 10 10100011 1100000 111110

Color Harmonies of #42FBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FBC6

Black with #42FBC6

Text Example


Text Example

White with #42FBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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