Html Css Color HEX #42EBDA Turquoise

📋 copy color: '#42EBDA'

red 66 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #42EBDA

Tints of Turquoise #42EBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 12.72%
G = 45.28%
B = 42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#42EBDA (or 0x42EBDA) is known color: Turquoise. HEX triplet: 42, EB and DA. RGB value is (66,235,218). Sum of RGB (Red+Green+Blue) = 66+235+218=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EBDA is #BD1425. Grayscale: #B6B6B6. Windows color (decimal): -12391462 or 14347074. OLE color: 14347074.

HSL color Cylindrical-coordinate representation of color #42EBDA: hue angle of 173.96º 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 #42EBDA is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 235 218 -
CMYK 0.72 0 0.07 0.08
HSL 173.96º 0.81% 0.59% -
HSV(B) 173.96º 0.72% 0.92% -
XYZ 44.61 65.64 76.65 -
YUV 182.53 148.01 44.88 -
System Red Green Blue C M Y K H S L
Decimal 66 235 218 0.72 0 0.07 0.08 173.96 0.81 0.59
Hex 42 EB DA 48 0 7 8 AE 51 3B
Octal 102 353 332 110 0 7 10 256 121 73
Binary 1000010 11101011 11011010 1001000 0 111 1000 10101110 1010001 111011

Color Harmonies of #42EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EBDA

Black with #42EBDA

Text Example


Text Example

White with #42EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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