Html Css Color HEX #42CDC7 Medium Turquoise

📋 copy color: '#42CDC7'

red 66 ◦ green 205 ◦ blue 199

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

Shades of Medium Turquoise #42CDC7

Tints of Medium Turquoise #42CDC7

RGB

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

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

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

R = 14.04%
G = 43.62%
B = 42.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#42CDC7 (or 0x42CDC7) is known color: Medium Turquoise. HEX triplet: 42, CD and C7. RGB value is (66,205,199). Sum of RGB (Red+Green+Blue) = 66+205+199=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #42CDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDC7 is #BD3238. Grayscale: #A2A2A2. Windows color (decimal): -12399161 or 13094210. OLE color: 13094210.

HSL color Cylindrical-coordinate representation of color #42CDC7: hue angle of 177.41º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CDC7 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 199 -
CMYK 0.68 0 0.03 0.20
HSL 177.41º 0.58% 0.53% -
HSV(B) 177.41º 0.68% 0.8% -
XYZ 34.39 48.94 61.67 -
YUV 162.76 148.45 58.99 -
System Red Green Blue C M Y K H S L
Decimal 66 205 199 0.68 0 0.03 0.20 177.41 0.58 0.53
Hex 42 CD C7 44 0 3 14 B1 3A 35
Octal 102 315 307 104 0 3 24 261 72 65
Binary 1000010 11001101 11000111 1000100 0 11 10100 10110001 111010 110101

Color Harmonies of #42CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CDC7

Black with #42CDC7

Text Example


Text Example

White with #42CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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