Html Css Color HEX #42EDC5 Turquoise

📋 copy color: '#42EDC5'

red 66 ◦ green 237 ◦ blue 197

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

Shades of Turquoise #42EDC5

Tints of Turquoise #42EDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.4%

 BLUE value IS 197 (77.34% from 255) = 39.4%

R = 13.2%
G = 47.4%
B = 39.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#42EDC5 (or 0x42EDC5) is known color: Turquoise. HEX triplet: 42, ED and C5. RGB value is (66,237,197). Sum of RGB (Red+Green+Blue) = 66+237+197=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #42EDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EDC5 is #BD123A. Grayscale: #B5B5B5. Windows color (decimal): -12390971 or 12971330. OLE color: 12971330.

HSL color Cylindrical-coordinate representation of color #42EDC5: hue angle of 165.96º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EDC5 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 197 -
CMYK 0.72 0 0.17 0.07
HSL 165.96º 0.83% 0.59% -
HSV(B) 165.96º 0.72% 0.93% -
XYZ 42.61 65.76 63.27 -
YUV 181.31 136.85 45.75 -
System Red Green Blue C M Y K H S L
Decimal 66 237 197 0.72 0 0.17 0.07 165.96 0.83 0.59
Hex 42 ED C5 48 0 11 7 A6 53 3B
Octal 102 355 305 110 0 21 7 246 123 73
Binary 1000010 11101101 11000101 1001000 0 10001 111 10100110 1010011 111011

Color Harmonies of #42EDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDC5

Black with #42EDC5

Text Example


Text Example

White with #42EDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,237,197); }

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

background-color css

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

 a { background-color: rgb(66,237,197); }

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

border-color css

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

 span { border-color: rgb(66,237,197); }

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