Html Css Color HEX #32E6E0 Turquoise

📋 copy color: '#32E6E0'

red 50 ◦ green 230 ◦ blue 224

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

Shades of Turquoise #32E6E0

Tints of Turquoise #32E6E0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.63%

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 9.92%
G = 45.63%
B = 44.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#32E6E0 (or 0x32E6E0) is known color: Turquoise. HEX triplet: 32, E6 and E0. RGB value is (50,230,224). Sum of RGB (Red+Green+Blue) = 50+230+224=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #32E6E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E6E0 is #CD191F. Grayscale: #AFAFAF. Windows color (decimal): -13441312 or 14738994. OLE color: 14738994.

HSL color Cylindrical-coordinate representation of color #32E6E0: hue angle of 178º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E6E0 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 230 224 -
CMYK 0.78 0 0.03 0.10
HSL 178º 0.78% 0.55% -
HSV(B) 178º 0.78% 0.9% -
XYZ 43.07 62.65 80.34 -
YUV 175.5 155.37 38.49 -
System Red Green Blue C M Y K H S L
Decimal 50 230 224 0.78 0 0.03 0.10 178 0.78 0.55
Hex 32 E6 E0 4E 0 3 A B2 4E 37
Octal 62 346 340 116 0 3 12 262 116 67
Binary 110010 11100110 11100000 1001110 0 11 1010 10110010 1001110 110111

Color Harmonies of #32E6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E6E0

Black with #32E6E0

Text Example


Text Example

White with #32E6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,230,224); }

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

background-color css

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

 a { background-color: rgb(50,230,224); }

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

border-color css

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

 span { border-color: rgb(50,230,224); }

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