Html Css Color HEX #42CEDF Medium Turquoise

📋 copy color: '#42CEDF'

red 66 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #42CEDF

Tints of Medium Turquoise #42CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 13.33%
G = 41.62%
B = 45.05%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42CEDF (or 0x42CEDF) is known color: Medium Turquoise. HEX triplet: 42, CE and DF. RGB value is (66,206,223). Sum of RGB (Red+Green+Blue) = 66+206+223=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #42CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEDF is #BD3120. Grayscale: #A5A5A5. Windows color (decimal): -12398881 or 14667330. OLE color: 14667330.

HSL color Cylindrical-coordinate representation of color #42CEDF: hue angle of 186.5º 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 #42CEDF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 206 223 -
CMYK 0.70 0.08 0 0.13
HSL 186.5º 0.71% 0.57% -
HSV(B) 186.5º 0.7% 0.87% -
XYZ 37.64 50.63 77.6 -
YUV 166.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 66 206 223 0.70 0.08 0 0.13 186.5 0.71 0.57
Hex 42 CE DF 46 8 0 D BA 47 39
Octal 102 316 337 106 10 0 15 272 107 71
Binary 1000010 11001110 11011111 1000110 1000 0 1101 10111010 1000111 111001

Color Harmonies of #42CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CEDF

Black with #42CEDF

Text Example


Text Example

White with #42CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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