Html Css Color HEX #32DBCB Turquoise

📋 copy color: '#32DBCB'

red 50 ◦ green 219 ◦ blue 203

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

Shades of Turquoise #32DBCB

Tints of Turquoise #32DBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 10.59%
G = 46.4%
B = 43.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#32DBCB (or 0x32DBCB) is known color: Turquoise. HEX triplet: 32, DB and CB. RGB value is (50,219,203). Sum of RGB (Red+Green+Blue) = 50+219+203=472 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.59% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #32DBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DBCB is #CD2434. Grayscale: #A6A6A6. Windows color (decimal): -13444149 or 13359922. OLE color: 13359922.

HSL color Cylindrical-coordinate representation of color #32DBCB: hue angle of 174.32º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DBCB is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 219 203 -
CMYK 0.77 0 0.07 0.14
HSL 174.32º 0.7% 0.53% -
HSV(B) 174.32º 0.77% 0.86% -
XYZ 37.43 55.65 65.27 -
YUV 166.65 148.51 44.8 -
System Red Green Blue C M Y K H S L
Decimal 50 219 203 0.77 0 0.07 0.14 174.32 0.7 0.53
Hex 32 DB CB 4D 0 7 E AE 46 35
Octal 62 333 313 115 0 7 16 256 106 65
Binary 110010 11011011 11001011 1001101 0 111 1110 10101110 1000110 110101

Color Harmonies of #32DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DBCB

Black with #32DBCB

Text Example


Text Example

White with #32DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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