Html Css Color HEX #32EDDC Turquoise

📋 copy color: '#32EDDC'

red 50 ◦ green 237 ◦ blue 220

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

Shades of Turquoise #32EDDC

Tints of Turquoise #32EDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.75%

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 9.86%
G = 46.75%
B = 43.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#32EDDC (or 0x32EDDC) is known color: Turquoise. HEX triplet: 32, ED and DC. RGB value is (50,237,220). Sum of RGB (Red+Green+Blue) = 50+237+220=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EDDC is #CD1223. Grayscale: #B3B3B3. Windows color (decimal): -13439524 or 14478642. OLE color: 14478642.

HSL color Cylindrical-coordinate representation of color #32EDDC: hue angle of 174.55º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EDDC is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 237 220 -
CMYK 0.79 0 0.07 0.07
HSL 174.55º 0.84% 0.56% -
HSV(B) 174.55º 0.79% 0.93% -
XYZ 44.52 66.41 78.18 -
YUV 179.15 151.05 35.88 -
System Red Green Blue C M Y K H S L
Decimal 50 237 220 0.79 0 0.07 0.07 174.55 0.84 0.56
Hex 32 ED DC 4F 0 7 7 AF 54 38
Octal 62 355 334 117 0 7 7 257 124 70
Binary 110010 11101101 11011100 1001111 0 111 111 10101111 1010100 111000

Color Harmonies of #32EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EDDC

Black with #32EDDC

Text Example


Text Example

White with #32EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,237,220); }

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

background-color css

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

 a { background-color: rgb(50,237,220); }

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

border-color css

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

 span { border-color: rgb(50,237,220); }

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