Html Css Color HEX #42D5D7 Medium Turquoise

📋 copy color: '#42D5D7'

red 66 ◦ green 213 ◦ blue 215

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

Shades of Medium Turquoise #42D5D7

Tints of Medium Turquoise #42D5D7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 13.36%
G = 43.12%
B = 43.52%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#42D5D7 (or 0x42D5D7) is known color: Medium Turquoise. HEX triplet: 42, D5 and D7. RGB value is (66,213,215). Sum of RGB (Red+Green+Blue) = 66+213+215=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #42D5D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D5D7 is #BD2A28. Grayscale: #A9A9A9. Windows color (decimal): -12397097 or 14144834. OLE color: 14144834.

HSL color Cylindrical-coordinate representation of color #42D5D7: hue angle of 180.81º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D5D7 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 215 -
CMYK 0.69 0.01 0 0.16
HSL 180.81º 0.65% 0.55% -
HSV(B) 180.81º 0.69% 0.84% -
XYZ 38.31 53.65 72.63 -
YUV 169.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 66 213 215 0.69 0.01 0 0.16 180.81 0.65 0.55
Hex 42 D5 D7 45 1 0 10 B5 41 37
Octal 102 325 327 105 1 0 20 265 101 67
Binary 1000010 11010101 11010111 1000101 1 0 10000 10110101 1000001 110111

Color Harmonies of #42D5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D5D7

Black with #42D5D7

Text Example


Text Example

White with #42D5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,213,215); }

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

background-color css

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

 a { background-color: rgb(66,213,215); }

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

border-color css

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

 span { border-color: rgb(66,213,215); }

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