Html Css Color HEX #32EFDA Turquoise

📋 copy color: '#32EFDA'

red 50 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #32EFDA

Tints of Turquoise #32EFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.14%

 BLUE value IS 218 (85.55% from 255) = 43%

R = 9.86%
G = 47.14%
B = 43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#32EFDA (or 0x32EFDA) is known color: Turquoise. HEX triplet: 32, EF and DA. RGB value is (50,239,218). Sum of RGB (Red+Green+Blue) = 50+239+218=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFDA is #CD1025. Grayscale: #B3B3B3. Windows color (decimal): -13439014 or 14348082. OLE color: 14348082.

HSL color Cylindrical-coordinate representation of color #32EFDA: hue angle of 173.33º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EFDA is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 218 -
CMYK 0.79 0 0.09 0.06
HSL 173.33º 0.86% 0.57% -
HSV(B) 173.33º 0.79% 0.94% -
XYZ 44.84 67.47 76.99 -
YUV 180.1 149.38 35.21 -
System Red Green Blue C M Y K H S L
Decimal 50 239 218 0.79 0 0.09 0.06 173.33 0.86 0.57
Hex 32 EF DA 4F 0 9 6 AD 56 39
Octal 62 357 332 117 0 11 6 255 126 71
Binary 110010 11101111 11011010 1001111 0 1001 110 10101101 1010110 111001

Color Harmonies of #32EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EFDA

Black with #32EFDA

Text Example


Text Example

White with #32EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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