Html Css Color HEX #32EBEB Turquoise

📋 copy color: '#32EBEB'

red 50 ◦ green 235 ◦ blue 235

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

Shades of Turquoise #32EBEB

Tints of Turquoise #32EBEB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.19%

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 9.62%
G = 45.19%
B = 45.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#32EBEB (or 0x32EBEB) is known color: Turquoise. HEX triplet: 32, EB and EB. RGB value is (50,235,235). Sum of RGB (Red+Green+Blue) = 50+235+235=520 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.62% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #32EBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EBEB is #CD1414. Grayscale: #B3B3B3. Windows color (decimal): -13440021 or 15461170. OLE color: 15461170.

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

Color convert

RGB 50 235 235 -
CMYK 0.79 0 0 0.08
HSL 180º 0.82% 0.56% -
HSV(B) 180º 0.79% 0.92% -
XYZ 46.02 66.09 88.93 -
YUV 179.69 159.21 35.5 -
System Red Green Blue C M Y K H S L
Decimal 50 235 235 0.79 0 0 0.08 180 0.82 0.56
Hex 32 EB EB 4F 0 0 8 B4 52 38
Octal 62 353 353 117 0 0 10 264 122 70
Binary 110010 11101011 11101011 1001111 0 0 1000 10110100 1010010 111000

Color Harmonies of #32EBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EBEB

Black with #32EBEB

Text Example


Text Example

White with #32EBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,235,235); }

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

background-color css

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

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

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

border-color css

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

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

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