Html Css Color HEX #32EAF5 Turquoise

📋 copy color: '#32EAF5'

red 50 ◦ green 234 ◦ blue 245

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

Shades of Turquoise #32EAF5

Tints of Turquoise #32EAF5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.23%

 BLUE value IS 245 (96.09% from 255) = 46.31%

R = 9.45%
G = 44.23%
B = 46.31%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#32EAF5 (or 0x32EAF5) is known color: Turquoise. HEX triplet: 32, EA and F5. RGB value is (50,234,245). Sum of RGB (Red+Green+Blue) = 50+234+245=529 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.45% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #32EAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EAF5 is #CD150A. Grayscale: #B4B4B4. Windows color (decimal): -13440267 or 16116274. OLE color: 16116274.

HSL color Cylindrical-coordinate representation of color #32EAF5: hue angle of 183.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32EAF5 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 50 234 245 -
CMYK 0.80 0.04 0 0.04
HSL 183.38º 0.91% 0.58% -
HSV(B) 183.38º 0.8% 0.96% -
XYZ 47.22 66.12 96.66 -
YUV 180.24 164.54 35.11 -
System Red Green Blue C M Y K H S L
Decimal 50 234 245 0.80 0.04 0 0.04 183.38 0.91 0.58
Hex 32 EA F5 50 4 0 4 B7 5B 3A
Octal 62 352 365 120 4 0 4 267 133 72
Binary 110010 11101010 11110101 1010000 100 0 100 10110111 1011011 111010

Color Harmonies of #32EAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EAF5

Black with #32EAF5

Text Example


Text Example

White with #32EAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,234,245); }

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

background-color css

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

 a { background-color: rgb(50,234,245); }

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

border-color css

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

 span { border-color: rgb(50,234,245); }

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