Html Css Color HEX #32D9CA Turquoise

📋 copy color: '#32D9CA'

red 50 ◦ green 217 ◦ blue 202

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

Shades of Turquoise #32D9CA

Tints of Turquoise #32D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.27%

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 10.66%
G = 46.27%
B = 43.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#32D9CA (or 0x32D9CA) is known color: Turquoise. HEX triplet: 32, D9 and CA. RGB value is (50,217,202). Sum of RGB (Red+Green+Blue) = 50+217+202=469 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.66% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #32D9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D9CA is #CD2635. Grayscale: #A5A5A5. Windows color (decimal): -13444662 or 13293874. OLE color: 13293874.

HSL color Cylindrical-coordinate representation of color #32D9CA: hue angle of 174.61º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D9CA is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 217 202 -
CMYK 0.77 0 0.07 0.15
HSL 174.61º 0.69% 0.52% -
HSV(B) 174.61º 0.77% 0.85% -
XYZ 36.79 54.57 64.47 -
YUV 165.36 148.67 45.72 -
System Red Green Blue C M Y K H S L
Decimal 50 217 202 0.77 0 0.07 0.15 174.61 0.69 0.52
Hex 32 D9 CA 4D 0 7 F AF 45 34
Octal 62 331 312 115 0 7 17 257 105 64
Binary 110010 11011001 11001010 1001101 0 111 1111 10101111 1000101 110100

Color Harmonies of #32D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D9CA

Black with #32D9CA

Text Example


Text Example

White with #32D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,217,202); }

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

background-color css

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

 a { background-color: rgb(50,217,202); }

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

border-color css

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

 span { border-color: rgb(50,217,202); }

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