Html Css Color HEX #32F5DD Turquoise

📋 copy color: '#32F5DD'

red 50 ◦ green 245 ◦ blue 221

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

Shades of Turquoise #32F5DD

Tints of Turquoise #32F5DD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.48%

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

R = 9.69%
G = 47.48%
B = 42.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#32F5DD (or 0x32F5DD) is known color: Turquoise. HEX triplet: 32, F5 and DD. RGB value is (50,245,221). Sum of RGB (Red+Green+Blue) = 50+245+221=516 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.69% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #32F5DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F5DD is #CD0A22. Grayscale: #B7B7B7. Windows color (decimal): -13437475 or 14546226. OLE color: 14546226.

HSL color Cylindrical-coordinate representation of color #32F5DD: hue angle of 172.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F5DD is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 245 221 -
CMYK 0.80 0 0.10 0.04
HSL 172.62º 0.91% 0.58% -
HSV(B) 172.62º 0.8% 0.96% -
XYZ 47.02 71.2 79.67 -
YUV 183.96 148.9 32.45 -
System Red Green Blue C M Y K H S L
Decimal 50 245 221 0.80 0 0.10 0.04 172.62 0.91 0.58
Hex 32 F5 DD 50 0 A 4 AD 5B 3A
Octal 62 365 335 120 0 12 4 255 133 72
Binary 110010 11110101 11011101 1010000 0 1010 100 10101101 1011011 111010

Color Harmonies of #32F5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F5DD

Black with #32F5DD

Text Example


Text Example

White with #32F5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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