Html Css Color HEX #32DAFD Turquoise

📋 copy color: '#32DAFD'

red 50 ◦ green 218 ◦ blue 253

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

Shades of Turquoise #32DAFD

Tints of Turquoise #32DAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 9.6%
G = 41.84%
B = 48.56%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#32DAFD (or 0x32DAFD) is known color: Turquoise. HEX triplet: 32, DA and FD. RGB value is (50,218,253). Sum of RGB (Red+Green+Blue) = 50+218+253=521 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.60% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #32DAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAFD is #CD2502. Grayscale: #ABABAB. Windows color (decimal): -13444355 or 16636466. OLE color: 16636466.

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

Color convert

RGB 50 218 253 -
CMYK 0.80 0.14 0 0.01
HSL 190.34º 0.98% 0.59% -
HSV(B) 190.34º 0.8% 0.99% -
XYZ 44.12 57.91 101.78 -
YUV 171.76 173.84 41.15 -
System Red Green Blue C M Y K H S L
Decimal 50 218 253 0.80 0.14 0 0.01 190.34 0.98 0.59
Hex 32 DA FD 50 E 0 1 BE 62 3B
Octal 62 332 375 120 16 0 1 276 142 73
Binary 110010 11011010 11111101 1010000 1110 0 1 10111110 1100010 111011

Color Harmonies of #32DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DAFD

Black with #32DAFD

Text Example


Text Example

White with #32DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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