Html Css Color HEX #42CFCD Medium Turquoise

📋 copy color: '#42CFCD'

red 66 ◦ green 207 ◦ blue 205

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

Shades of Medium Turquoise #42CFCD

Tints of Medium Turquoise #42CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 13.81%
G = 43.31%
B = 42.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#42CFCD (or 0x42CFCD) is known color: Medium Turquoise. HEX triplet: 42, CF and CD. RGB value is (66,207,205). Sum of RGB (Red+Green+Blue) = 66+207+205=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #42CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CFCD is #BD3032. Grayscale: #A4A4A4. Windows color (decimal): -12398643 or 13487938. OLE color: 13487938.

HSL color Cylindrical-coordinate representation of color #42CFCD: hue angle of 179.15º 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 #42CFCD is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 205 -
CMYK 0.68 0 0.01 0.19
HSL 179.15º 0.59% 0.54% -
HSV(B) 179.15º 0.68% 0.81% -
XYZ 35.58 50.19 65.57 -
YUV 164.61 150.79 57.66 -
System Red Green Blue C M Y K H S L
Decimal 66 207 205 0.68 0 0.01 0.19 179.15 0.59 0.54
Hex 42 CF CD 44 0 1 13 B3 3B 36
Octal 102 317 315 104 0 1 23 263 73 66
Binary 1000010 11001111 11001101 1000100 0 1 10011 10110011 111011 110110

Color Harmonies of #42CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CFCD

Black with #42CFCD

Text Example


Text Example

White with #42CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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