Html Css Color HEX #42DFCF Turquoise

📋 copy color: '#42DFCF'

red 66 ◦ green 223 ◦ blue 207

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

Shades of Turquoise #42DFCF

Tints of Turquoise #42DFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.96%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 13.31%
G = 44.96%
B = 41.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#42DFCF (or 0x42DFCF) is known color: Turquoise. HEX triplet: 42, DF and CF. RGB value is (66,223,207). Sum of RGB (Red+Green+Blue) = 66+223+207=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFCF is #BD2030. Grayscale: #AEAEAE. Windows color (decimal): -12394545 or 13623106. OLE color: 13623106.

HSL color Cylindrical-coordinate representation of color #42DFCF: hue angle of 173.89º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DFCF is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 223 207 -
CMYK 0.70 0 0.07 0.13
HSL 173.89º 0.71% 0.57% -
HSV(B) 173.89º 0.7% 0.87% -
XYZ 39.9 58.44 68.21 -
YUV 174.23 146.49 50.8 -
System Red Green Blue C M Y K H S L
Decimal 66 223 207 0.70 0 0.07 0.13 173.89 0.71 0.57
Hex 42 DF CF 46 0 7 D AE 47 39
Octal 102 337 317 106 0 7 15 256 107 71
Binary 1000010 11011111 11001111 1000110 0 111 1101 10101110 1000111 111001

Color Harmonies of #42DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFCF

Black with #42DFCF

Text Example


Text Example

White with #42DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,223,207); }

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

background-color css

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

 a { background-color: rgb(66,223,207); }

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

border-color css

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

 span { border-color: rgb(66,223,207); }

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