Html Css Color HEX #32DEE9 Turquoise

📋 copy color: '#32DEE9'

red 50 ◦ green 222 ◦ blue 233

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

Shades of Turquoise #32DEE9

Tints of Turquoise #32DEE9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 233 (91.41% from 255) = 46.14%

R = 9.9%
G = 43.96%
B = 46.14%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#32DEE9 (or 0x32DEE9) is known color: Turquoise. HEX triplet: 32, DE and E9. RGB value is (50,222,233). Sum of RGB (Red+Green+Blue) = 50+222+233=505 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.90% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #32DEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DEE9 is #CD2116. Grayscale: #ABABAB. Windows color (decimal): -13443351 or 15326770. OLE color: 15326770.

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

Color convert

RGB 50 222 233 -
CMYK 0.79 0.05 0 0.09
HSL 183.61º 0.81% 0.55% -
HSV(B) 183.61º 0.79% 0.91% -
XYZ 42.14 58.8 86.22 -
YUV 171.83 162.52 41.11 -
System Red Green Blue C M Y K H S L
Decimal 50 222 233 0.79 0.05 0 0.09 183.61 0.81 0.55
Hex 32 DE E9 4F 5 0 9 B8 51 37
Octal 62 336 351 117 5 0 11 270 121 67
Binary 110010 11011110 11101001 1001111 101 0 1001 10111000 1010001 110111

Color Harmonies of #32DEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DEE9

Black with #32DEE9

Text Example


Text Example

White with #32DEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,222,233); }

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

background-color css

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

 a { background-color: rgb(50,222,233); }

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

border-color css

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

 span { border-color: rgb(50,222,233); }

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