Html Css Color HEX #32EDEE Turquoise

📋 copy color: '#32EDEE'

red 50 ◦ green 237 ◦ blue 238

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

Shades of Turquoise #32EDEE

Tints of Turquoise #32EDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 9.52%
G = 45.14%
B = 45.33%

CMYK

 C value IS 0.79

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#32EDEE (or 0x32EDEE) is known color: Turquoise. HEX triplet: 32, ED and EE. RGB value is (50,237,238). Sum of RGB (Red+Green+Blue) = 50+237+238=525 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.52% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #32EDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EDEE is #CD1211. Grayscale: #B5B5B5. Windows color (decimal): -13439506 or 15658290. OLE color: 15658290.

HSL color Cylindrical-coordinate representation of color #32EDEE: hue angle of 180.32º degrees, saturation: 0.85, 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 #32EDEE is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 237 238 -
CMYK 0.79 0.00 0 0.07
HSL 180.32º 0.85% 0.56% -
HSV(B) 180.32º 0.79% 0.93% -
XYZ 47.03 67.42 91.42 -
YUV 181.2 160.05 34.42 -
System Red Green Blue C M Y K H S L
Decimal 50 237 238 0.79 0.00 0 0.07 180.32 0.85 0.56
Hex 32 ED EE 4F 0 0 7 B4 55 38
Octal 62 355 356 117 0 0 7 264 125 70
Binary 110010 11101101 11101110 1001111 0 0 111 10110100 1010101 111000

Color Harmonies of #32EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EDEE

Black with #32EDEE

Text Example


Text Example

White with #32EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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