Html Css Color HEX #42D5C7 Medium Turquoise

📋 copy color: '#42D5C7'

red 66 ◦ green 213 ◦ blue 199

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

Shades of Medium Turquoise #42D5C7

Tints of Medium Turquoise #42D5C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.63%

R = 13.81%
G = 44.56%
B = 41.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#42D5C7 (or 0x42D5C7) is known color: Medium Turquoise. HEX triplet: 42, D5 and C7. RGB value is (66,213,199). Sum of RGB (Red+Green+Blue) = 66+213+199=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #42D5C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D5C7 is #BD2A38. Grayscale: #A7A7A7. Windows color (decimal): -12397113 or 13096258. OLE color: 13096258.

HSL color Cylindrical-coordinate representation of color #42D5C7: hue angle of 174.29º degrees, saturation: 0.64, 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 #42D5C7 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 199 -
CMYK 0.69 0 0.07 0.16
HSL 174.29º 0.64% 0.55% -
HSV(B) 174.29º 0.69% 0.84% -
XYZ 36.35 52.87 62.32 -
YUV 167.45 145.8 55.64 -
System Red Green Blue C M Y K H S L
Decimal 66 213 199 0.69 0 0.07 0.16 174.29 0.64 0.55
Hex 42 D5 C7 45 0 7 10 AE 40 37
Octal 102 325 307 105 0 7 20 256 100 67
Binary 1000010 11010101 11000111 1000101 0 111 10000 10101110 1000000 110111

Color Harmonies of #42D5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D5C7

Black with #42D5C7

Text Example


Text Example

White with #42D5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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