Html Css Color HEX #32E7DB Turquoise

📋 copy color: '#32E7DB'

red 50 ◦ green 231 ◦ blue 219

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

Shades of Turquoise #32E7DB

Tints of Turquoise #32E7DB

RGB

 RED value IS 50 (19.92% from 255) = 10%

 GREEN value IS 231 (90.63% from 255) = 46.2%

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

R = 10%
G = 46.2%
B = 43.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#32E7DB (or 0x32E7DB) is known color: Turquoise. HEX triplet: 32, E7 and DB. RGB value is (50,231,219). Sum of RGB (Red+Green+Blue) = 50+231+219=500 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #32E7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E7DB is #CD1824. Grayscale: #AFAFAF. Windows color (decimal): -13441061 or 14411570. OLE color: 14411570.

HSL color Cylindrical-coordinate representation of color #32E7DB: hue angle of 176.02º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E7DB is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 231 219 -
CMYK 0.78 0 0.05 0.09
HSL 176.02º 0.79% 0.55% -
HSV(B) 176.02º 0.78% 0.91% -
XYZ 42.68 62.94 76.92 -
YUV 175.51 152.53 38.48 -
System Red Green Blue C M Y K H S L
Decimal 50 231 219 0.78 0 0.05 0.09 176.02 0.79 0.55
Hex 32 E7 DB 4E 0 5 9 B0 4F 37
Octal 62 347 333 116 0 5 11 260 117 67
Binary 110010 11100111 11011011 1001110 0 101 1001 10110000 1001111 110111

Color Harmonies of #32E7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E7DB

Black with #32E7DB

Text Example


Text Example

White with #32E7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32E7DB; }

 p { color: rgb(50,231,219); }

 H1.HeaderClassName
 {
   color: #32E7DB;
 }
 .AnyTagClassName
 {
   color: #32E7DB;
 }
</style>

background-color css

<style>
 a { background-color: #32E7DB; }

 a { background-color: rgb(50,231,219); }

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

border-color css

<style>
 span { border-color: #32E7DB; }

 span { border-color: rgb(50,231,219); }

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