Html Css Color HEX #32D5E9 Turquoise

📋 copy color: '#32D5E9'

red 50 ◦ green 213 ◦ blue 233

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

Shades of Turquoise #32D5E9

Tints of Turquoise #32D5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.94%

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

R = 10.08%
G = 42.94%
B = 46.98%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#32D5E9 (or 0x32D5E9) is known color: Turquoise. HEX triplet: 32, D5 and E9. RGB value is (50,213,233). Sum of RGB (Red+Green+Blue) = 50+213+233=496 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.08% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #32D5E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D5E9 is #CD2A16. Grayscale: #A6A6A6. Windows color (decimal): -13445655 or 15324466. OLE color: 15324466.

HSL color Cylindrical-coordinate representation of color #32D5E9: hue angle of 186.56º 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 #32D5E9 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 213 233 -
CMYK 0.79 0.09 0 0.09
HSL 186.56º 0.81% 0.55% -
HSV(B) 186.56º 0.79% 0.91% -
XYZ 39.82 54.15 85.44 -
YUV 166.54 165.5 44.87 -
System Red Green Blue C M Y K H S L
Decimal 50 213 233 0.79 0.09 0 0.09 186.56 0.81 0.55
Hex 32 D5 E9 4F 9 0 9 BB 51 37
Octal 62 325 351 117 11 0 11 273 121 67
Binary 110010 11010101 11101001 1001111 1001 0 1001 10111011 1010001 110111

Color Harmonies of #32D5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D5E9

Black with #32D5E9

Text Example


Text Example

White with #32D5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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