Html Css Color HEX #32EADB Turquoise

📋 copy color: '#32EADB'

red 50 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #32EADB

Tints of Turquoise #32EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.52%

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

R = 9.94%
G = 46.52%
B = 43.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#32EADB (or 0x32EADB) is known color: Turquoise. HEX triplet: 32, EA and DB. RGB value is (50,234,219). Sum of RGB (Red+Green+Blue) = 50+234+219=503 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.94% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #32EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EADB is #CD1524. Grayscale: #B1B1B1. Windows color (decimal): -13440293 or 14412338. OLE color: 14412338.

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

Color convert

RGB 50 234 219 -
CMYK 0.79 0 0.06 0.08
HSL 175.11º 0.81% 0.56% -
HSV(B) 175.11º 0.79% 0.92% -
XYZ 43.52 64.64 77.2 -
YUV 177.27 151.54 37.22 -
System Red Green Blue C M Y K H S L
Decimal 50 234 219 0.79 0 0.06 0.08 175.11 0.81 0.56
Hex 32 EA DB 4F 0 6 8 AF 51 38
Octal 62 352 333 117 0 6 10 257 121 70
Binary 110010 11101010 11011011 1001111 0 110 1000 10101111 1010001 111000

Color Harmonies of #32EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EADB

Black with #32EADB

Text Example


Text Example

White with #32EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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