Html Css Color HEX #42CFCE Medium Turquoise

📋 copy color: '#42CFCE'

red 66 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #42CFCE

Tints of Medium Turquoise #42CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 13.78%
G = 43.22%
B = 43.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#42CFCE (or 0x42CFCE) is known color: Medium Turquoise. HEX triplet: 42, CF and CE. RGB value is (66,207,206). Sum of RGB (Red+Green+Blue) = 66+207+206=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #42CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CFCE is #BD3031. Grayscale: #A4A4A4. Windows color (decimal): -12398642 or 13553474. OLE color: 13553474.

HSL color Cylindrical-coordinate representation of color #42CFCE: hue angle of 179.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CFCE is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 206 -
CMYK 0.68 0 0.00 0.19
HSL 179.57º 0.59% 0.54% -
HSV(B) 179.57º 0.68% 0.81% -
XYZ 35.7 50.24 66.21 -
YUV 164.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 66 207 206 0.68 0 0.00 0.19 179.57 0.59 0.54
Hex 42 CF CE 44 0 0 13 B4 3B 36
Octal 102 317 316 104 0 0 23 264 73 66
Binary 1000010 11001111 11001110 1000100 0 0 10011 10110100 111011 110110

Color Harmonies of #42CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CFCE

Black with #42CFCE

Text Example


Text Example

White with #42CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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