Html Css Color HEX #42CED5 Medium Turquoise

📋 copy color: '#42CED5'

red 66 ◦ green 206 ◦ blue 213

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

Shades of Medium Turquoise #42CED5

Tints of Medium Turquoise #42CED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 13.61%
G = 42.47%
B = 43.92%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#42CED5 (or 0x42CED5) is known color: Medium Turquoise. HEX triplet: 42, CE and D5. RGB value is (66,206,213). Sum of RGB (Red+Green+Blue) = 66+206+213=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #42CED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CED5 is #BD312A. Grayscale: #A4A4A4. Windows color (decimal): -12398891 or 14011970. OLE color: 14011970.

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

Color convert

RGB 66 206 213 -
CMYK 0.69 0.03 0 0.16
HSL 182.86º 0.64% 0.55% -
HSV(B) 182.86º 0.69% 0.84% -
XYZ 36.33 50.1 70.71 -
YUV 164.94 155.12 57.43 -
System Red Green Blue C M Y K H S L
Decimal 66 206 213 0.69 0.03 0 0.16 182.86 0.64 0.55
Hex 42 CE D5 45 3 0 10 B7 40 37
Octal 102 316 325 105 3 0 20 267 100 67
Binary 1000010 11001110 11010101 1000101 11 0 10000 10110111 1000000 110111

Color Harmonies of #42CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CED5

Black with #42CED5

Text Example


Text Example

White with #42CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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