Html Css Color HEX #42EBDC Turquoise

📋 copy color: '#42EBDC'

red 66 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #42EBDC

Tints of Turquoise #42EBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.11%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 12.67%
G = 45.11%
B = 42.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#42EBDC (or 0x42EBDC) is known color: Turquoise. HEX triplet: 42, EB and DC. RGB value is (66,235,220). Sum of RGB (Red+Green+Blue) = 66+235+220=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EBDC is #BD1423. Grayscale: #B6B6B6. Windows color (decimal): -12391460 or 14478146. OLE color: 14478146.

HSL color Cylindrical-coordinate representation of color #42EBDC: hue angle of 174.67º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EBDC is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 235 220 -
CMYK 0.72 0 0.06 0.08
HSL 174.67º 0.81% 0.59% -
HSV(B) 174.67º 0.72% 0.92% -
XYZ 44.87 65.74 78.03 -
YUV 182.76 149.01 44.72 -
System Red Green Blue C M Y K H S L
Decimal 66 235 220 0.72 0 0.06 0.08 174.67 0.81 0.59
Hex 42 EB DC 48 0 6 8 AF 51 3B
Octal 102 353 334 110 0 6 10 257 121 73
Binary 1000010 11101011 11011100 1001000 0 110 1000 10101111 1010001 111011

Color Harmonies of #42EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EBDC

Black with #42EBDC

Text Example


Text Example

White with #42EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,235,220); }

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

background-color css

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

 a { background-color: rgb(66,235,220); }

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

border-color css

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

 span { border-color: rgb(66,235,220); }

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