Html Css Color HEX #32EDFD Turquoise

📋 copy color: '#32EDFD'

red 50 ◦ green 237 ◦ blue 253

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

Shades of Turquoise #32EDFD

Tints of Turquoise #32EDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

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

R = 9.26%
G = 43.89%
B = 46.85%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#32EDFD (or 0x32EDFD) is known color: Turquoise. HEX triplet: 32, ED and FD. RGB value is (50,237,253). Sum of RGB (Red+Green+Blue) = 50+237+253=540 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.26% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #32EDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EDFD is #CD1202. Grayscale: #B6B6B6. Windows color (decimal): -13439491 or 16641330. OLE color: 16641330.

HSL color Cylindrical-coordinate representation of color #32EDFD: hue angle of 184.73º 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 #32EDFD is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 237 253 -
CMYK 0.80 0.06 0 0.01
HSL 184.73º 0.98% 0.59% -
HSV(B) 184.73º 0.8% 0.99% -
XYZ 49.33 68.34 103.52 -
YUV 182.91 167.55 33.2 -
System Red Green Blue C M Y K H S L
Decimal 50 237 253 0.80 0.06 0 0.01 184.73 0.98 0.59
Hex 32 ED FD 50 6 0 1 B9 62 3B
Octal 62 355 375 120 6 0 1 271 142 73
Binary 110010 11101101 11111101 1010000 110 0 1 10111001 1100010 111011

Color Harmonies of #32EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EDFD

Black with #32EDFD

Text Example


Text Example

White with #32EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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