Html Css Color HEX #42F2C9 Turquoise

📋 copy color: '#42F2C9'

red 66 ◦ green 242 ◦ blue 201

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

Shades of Turquoise #42F2C9

Tints of Turquoise #42F2C9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.54%

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 12.97%
G = 47.54%
B = 39.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#42F2C9 (or 0x42F2C9) is known color: Turquoise. HEX triplet: 42, F2 and C9. RGB value is (66,242,201). Sum of RGB (Red+Green+Blue) = 66+242+201=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #42F2C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F2C9 is #BD0D36. Grayscale: #B8B8B8. Windows color (decimal): -12389687 or 13234754. OLE color: 13234754.

HSL color Cylindrical-coordinate representation of color #42F2C9: hue angle of 166.02º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F2C9 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 242 201 -
CMYK 0.73 0 0.17 0.05
HSL 166.02º 0.87% 0.6% -
HSV(B) 166.02º 0.73% 0.95% -
XYZ 44.54 68.88 66.21 -
YUV 184.7 137.19 43.33 -
System Red Green Blue C M Y K H S L
Decimal 66 242 201 0.73 0 0.17 0.05 166.02 0.87 0.6
Hex 42 F2 C9 49 0 11 5 A6 57 3C
Octal 102 362 311 111 0 21 5 246 127 74
Binary 1000010 11110010 11001001 1001001 0 10001 101 10100110 1010111 111100

Color Harmonies of #42F2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F2C9

Black with #42F2C9

Text Example


Text Example

White with #42F2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,242,201); }

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

background-color css

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

 a { background-color: rgb(66,242,201); }

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

border-color css

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

 span { border-color: rgb(66,242,201); }

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