Html Css Color HEX #42CDDF Medium Turquoise

📋 copy color: '#42CDDF'

red 66 ◦ green 205 ◦ blue 223

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

Shades of Medium Turquoise #42CDDF

Tints of Medium Turquoise #42CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.5%

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

R = 13.36%
G = 41.5%
B = 45.14%

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

#42CDDF (or 0x42CDDF) is known color: Medium Turquoise. HEX triplet: 42, CD and DF. RGB value is (66,205,223). Sum of RGB (Red+Green+Blue) = 66+205+223=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #42CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDDF is #BD3220. Grayscale: #A5A5A5. Windows color (decimal): -12399137 or 14667074. OLE color: 14667074.

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

Color convert

RGB 66 205 223 -
CMYK 0.70 0.08 0 0.13
HSL 186.88º 0.71% 0.57% -
HSV(B) 186.88º 0.7% 0.87% -
XYZ 37.4 50.15 77.52 -
YUV 165.49 160.45 57.04 -
System Red Green Blue C M Y K H S L
Decimal 66 205 223 0.70 0.08 0 0.13 186.88 0.71 0.57
Hex 42 CD DF 46 8 0 D BB 47 39
Octal 102 315 337 106 10 0 15 273 107 71
Binary 1000010 11001101 11011111 1000110 1000 0 1101 10111011 1000111 111001

Color Harmonies of #42CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CDDF

Black with #42CDDF

Text Example


Text Example

White with #42CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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