Html Css Color HEX #32DAFB Turquoise

📋 copy color: '#32DAFB'

red 50 ◦ green 218 ◦ blue 251

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

Shades of Turquoise #32DAFB

Tints of Turquoise #32DAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 9.63%
G = 42%
B = 48.36%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#32DAFB (or 0x32DAFB) is known color: Turquoise. HEX triplet: 32, DA and FB. RGB value is (50,218,251). Sum of RGB (Red+Green+Blue) = 50+218+251=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #32DAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAFB is #CD2504. Grayscale: #ABABAB. Windows color (decimal): -13444357 or 16505394. OLE color: 16505394.

HSL color Cylindrical-coordinate representation of color #32DAFB: hue angle of 189.85º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DAFB is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 218 251 -
CMYK 0.80 0.13 0 0.02
HSL 189.85º 0.96% 0.59% -
HSV(B) 189.85º 0.8% 0.98% -
XYZ 43.8 57.79 100.11 -
YUV 171.53 172.84 41.32 -
System Red Green Blue C M Y K H S L
Decimal 50 218 251 0.80 0.13 0 0.02 189.85 0.96 0.59
Hex 32 DA FB 50 D 0 2 BE 60 3B
Octal 62 332 373 120 15 0 2 276 140 73
Binary 110010 11011010 11111011 1010000 1101 0 10 10111110 1100000 111011

Color Harmonies of #32DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DAFB

Black with #32DAFB

Text Example


Text Example

White with #32DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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