Html Css Color HEX #32CBDC Medium Turquoise

📋 copy color: '#32CBDC'

red 50 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #32CBDC

Tints of Medium Turquoise #32CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 10.57%
G = 42.92%
B = 46.51%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#32CBDC (or 0x32CBDC) is known color: Medium Turquoise. HEX triplet: 32, CB and DC. RGB value is (50,203,220). Sum of RGB (Red+Green+Blue) = 50+203+220=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #32CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBDC is #CD3423. Grayscale: #9E9E9E. Windows color (decimal): -13448228 or 14469938. OLE color: 14469938.

HSL color Cylindrical-coordinate representation of color #32CBDC: hue angle of 186º degrees, saturation: 0.71, 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 #32CBDC is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 203 220 -
CMYK 0.77 0.08 0 0.14
HSL 186º 0.71% 0.53% -
HSV(B) 186º 0.77% 0.86% -
XYZ 35.59 48.56 75.21 -
YUV 159.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 50 203 220 0.77 0.08 0 0.14 186 0.71 0.53
Hex 32 CB DC 4D 8 0 E BA 47 35
Octal 62 313 334 115 10 0 16 272 107 65
Binary 110010 11001011 11011100 1001101 1000 0 1110 10111010 1000111 110101

Color Harmonies of #32CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CBDC

Black with #32CBDC

Text Example


Text Example

White with #32CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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