Html Css Color HEX #42EEDB Turquoise

📋 copy color: '#42EEDB'

red 66 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #42EEDB

Tints of Turquoise #42EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.51%

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 12.62%
G = 45.51%
B = 41.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#42EEDB (or 0x42EEDB) is known color: Turquoise. HEX triplet: 42, EE and DB. RGB value is (66,238,219). Sum of RGB (Red+Green+Blue) = 66+238+219=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EEDB is #BD1124. Grayscale: #B8B8B8. Windows color (decimal): -12390693 or 14413378. OLE color: 14413378.

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

Color convert

RGB 66 238 219 -
CMYK 0.72 0 0.08 0.07
HSL 173.37º 0.83% 0.6% -
HSV(B) 173.37º 0.72% 0.93% -
XYZ 45.61 67.42 77.63 -
YUV 184.41 147.52 43.54 -
System Red Green Blue C M Y K H S L
Decimal 66 238 219 0.72 0 0.08 0.07 173.37 0.83 0.6
Hex 42 EE DB 48 0 8 7 AD 53 3C
Octal 102 356 333 110 0 10 7 255 123 74
Binary 1000010 11101110 11011011 1001000 0 1000 111 10101101 1010011 111100

Color Harmonies of #42EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EEDB

Black with #42EEDB

Text Example


Text Example

White with #42EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,238,219); }

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

background-color css

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

 a { background-color: rgb(66,238,219); }

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

border-color css

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

 span { border-color: rgb(66,238,219); }

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