Html Css Color HEX #42D1CF Medium Turquoise

📋 copy color: '#42D1CF'

red 66 ◦ green 209 ◦ blue 207

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

Shades of Medium Turquoise #42D1CF

Tints of Medium Turquoise #42D1CF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 13.69%
G = 43.36%
B = 42.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#42D1CF (or 0x42D1CF) is known color: Medium Turquoise. HEX triplet: 42, D1 and CF. RGB value is (66,209,207). Sum of RGB (Red+Green+Blue) = 66+209+207=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #42D1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D1CF is #BD2E30. Grayscale: #A5A5A5. Windows color (decimal): -12398129 or 13619522. OLE color: 13619522.

HSL color Cylindrical-coordinate representation of color #42D1CF: hue angle of 179.16º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D1CF is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 209 207 -
CMYK 0.68 0 0.01 0.18
HSL 179.16º 0.61% 0.54% -
HSV(B) 179.16º 0.68% 0.82% -
XYZ 36.31 51.26 67.01 -
YUV 166.02 151.12 56.66 -
System Red Green Blue C M Y K H S L
Decimal 66 209 207 0.68 0 0.01 0.18 179.16 0.61 0.54
Hex 42 D1 CF 44 0 1 12 B3 3D 36
Octal 102 321 317 104 0 1 22 263 75 66
Binary 1000010 11010001 11001111 1000100 0 1 10010 10110011 111101 110110

Color Harmonies of #42D1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D1CF

Black with #42D1CF

Text Example


Text Example

White with #42D1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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