Html Css Color HEX #32DBEB Turquoise

📋 copy color: '#32DBEB'

red 50 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #32DBEB

Tints of Turquoise #32DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

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

R = 9.92%
G = 43.45%
B = 46.63%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#32DBEB (or 0x32DBEB) is known color: Turquoise. HEX triplet: 32, DB and EB. RGB value is (50,219,235). Sum of RGB (Red+Green+Blue) = 50+219+235=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #32DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DBEB is #CD2414. Grayscale: #AAAAAA. Windows color (decimal): -13444117 or 15457074. OLE color: 15457074.

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

Color convert

RGB 50 219 235 -
CMYK 0.79 0.07 0 0.08
HSL 185.19º 0.82% 0.56% -
HSV(B) 185.19º 0.79% 0.92% -
XYZ 41.64 57.34 87.47 -
YUV 170.29 164.51 42.2 -
System Red Green Blue C M Y K H S L
Decimal 50 219 235 0.79 0.07 0 0.08 185.19 0.82 0.56
Hex 32 DB EB 4F 7 0 8 B9 52 38
Octal 62 333 353 117 7 0 10 271 122 70
Binary 110010 11011011 11101011 1001111 111 0 1000 10111001 1010010 111000

Color Harmonies of #32DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DBEB

Black with #32DBEB

Text Example


Text Example

White with #32DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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