Html Css Color HEX #32D5DD Turquoise

📋 copy color: '#32D5DD'

red 50 ◦ green 213 ◦ blue 221

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

Shades of Turquoise #32D5DD

Tints of Turquoise #32D5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 10.33%
G = 44.01%
B = 45.66%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#32D5DD (or 0x32D5DD) is known color: Turquoise. HEX triplet: 32, D5 and DD. RGB value is (50,213,221). Sum of RGB (Red+Green+Blue) = 50+213+221=484 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.33% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #32D5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D5DD is #CD2A22. Grayscale: #A4A4A4. Windows color (decimal): -13445667 or 14538034. OLE color: 14538034.

HSL color Cylindrical-coordinate representation of color #32D5DD: hue angle of 182.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D5DD is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 213 221 -
CMYK 0.77 0.04 0 0.13
HSL 182.81º 0.72% 0.53% -
HSV(B) 182.81º 0.77% 0.87% -
XYZ 38.16 53.49 76.72 -
YUV 165.18 159.5 45.85 -
System Red Green Blue C M Y K H S L
Decimal 50 213 221 0.77 0.04 0 0.13 182.81 0.72 0.53
Hex 32 D5 DD 4D 4 0 D B7 48 35
Octal 62 325 335 115 4 0 15 267 110 65
Binary 110010 11010101 11011101 1001101 100 0 1101 10110111 1001000 110101

Color Harmonies of #32D5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D5DD

Black with #32D5DD

Text Example


Text Example

White with #32D5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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