Html Css Color HEX #32DAEB Turquoise

📋 copy color: '#32DAEB'

red 50 ◦ green 218 ◦ blue 235

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

Shades of Turquoise #32DAEB

Tints of Turquoise #32DAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

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

R = 9.94%
G = 43.34%
B = 46.72%

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

#32DAEB (or 0x32DAEB) is known color: Turquoise. HEX triplet: 32, DA and EB. RGB value is (50,218,235). Sum of RGB (Red+Green+Blue) = 50+218+235=503 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.94% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #32DAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAEB is #CD2514. Grayscale: #A9A9A9. Windows color (decimal): -13444373 or 15456818. OLE color: 15456818.

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

Color convert

RGB 50 218 235 -
CMYK 0.79 0.07 0 0.08
HSL 185.51º 0.82% 0.56% -
HSV(B) 185.51º 0.79% 0.92% -
XYZ 41.38 56.82 87.38 -
YUV 169.71 164.84 42.62 -
System Red Green Blue C M Y K H S L
Decimal 50 218 235 0.79 0.07 0 0.08 185.51 0.82 0.56
Hex 32 DA EB 4F 7 0 8 BA 52 38
Octal 62 332 353 117 7 0 10 272 122 70
Binary 110010 11011010 11101011 1001111 111 0 1000 10111010 1010010 111000

Color Harmonies of #32DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DAEB

Black with #32DAEB

Text Example


Text Example

White with #32DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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