Html Css Color HEX #32EBDB Turquoise

📋 copy color: '#32EBDB'

red 50 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #32EBDB

Tints of Turquoise #32EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.63%

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 9.92%
G = 46.63%
B = 43.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#32EBDB (or 0x32EBDB) is known color: Turquoise. HEX triplet: 32, EB and DB. RGB value is (50,235,219). Sum of RGB (Red+Green+Blue) = 50+235+219=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #32EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EBDB is #CD1424. Grayscale: #B1B1B1. Windows color (decimal): -13440037 or 14412594. OLE color: 14412594.

HSL color Cylindrical-coordinate representation of color #32EBDB: hue angle of 174.81º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EBDB is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 235 219 -
CMYK 0.79 0 0.07 0.08
HSL 174.81º 0.82% 0.56% -
HSV(B) 174.81º 0.79% 0.92% -
XYZ 43.81 65.21 77.3 -
YUV 177.86 151.21 36.8 -
System Red Green Blue C M Y K H S L
Decimal 50 235 219 0.79 0 0.07 0.08 174.81 0.82 0.56
Hex 32 EB DB 4F 0 7 8 AF 52 38
Octal 62 353 333 117 0 7 10 257 122 70
Binary 110010 11101011 11011011 1001111 0 111 1000 10101111 1010010 111000

Color Harmonies of #32EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EBDB

Black with #32EBDB

Text Example


Text Example

White with #32EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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