Html Css Color HEX #32DBFA Turquoise

📋 copy color: '#32DBFA'

red 50 ◦ green 219 ◦ blue 250

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

Shades of Turquoise #32DBFA

Tints of Turquoise #32DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 9.63%
G = 42.2%
B = 48.17%

CMYK

 C value IS 0.8

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#32DBFA (or 0x32DBFA) is known color: Turquoise. HEX triplet: 32, DB and FA. RGB value is (50,219,250). Sum of RGB (Red+Green+Blue) = 50+219+250=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #32DBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DBFA is #CD2405. Grayscale: #ABABAB. Windows color (decimal): -13444102 or 16440114. OLE color: 16440114.

HSL color Cylindrical-coordinate representation of color #32DBFA: hue angle of 189.3º degrees, saturation: 0.95, 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 #32DBFA is Cyan = 0.8, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 219 250 -
CMYK 0.8 0.12 0 0.02
HSL 189.3º 0.95% 0.59% -
HSV(B) 189.3º 0.8% 0.98% -
XYZ 43.9 58.24 99.37 -
YUV 172 172.01 40.98 -
System Red Green Blue C M Y K H S L
Decimal 50 219 250 0.8 0.12 0 0.02 189.3 0.95 0.59
Hex 32 DB FA 50 C 0 2 BD 5F 3B
Octal 62 333 372 120 14 0 2 275 137 73
Binary 110010 11011011 11111010 1010000 1100 0 10 10111101 1011111 111011

Color Harmonies of #32DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DBFA

Black with #32DBFA

Text Example


Text Example

White with #32DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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