Html Css Color HEX #32CCD8 Medium Turquoise

📋 copy color: '#32CCD8'

red 50 ◦ green 204 ◦ blue 216

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

Shades of Medium Turquoise #32CCD8

Tints of Medium Turquoise #32CCD8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.4%

 BLUE value IS 216 (84.77% from 255) = 45.96%

R = 10.64%
G = 43.4%
B = 45.96%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#32CCD8 (or 0x32CCD8) is known color: Medium Turquoise. HEX triplet: 32, CC and D8. RGB value is (50,204,216). Sum of RGB (Red+Green+Blue) = 50+204+216=470 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.64% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #32CCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCD8 is #CD3327. Grayscale: #9F9F9F. Windows color (decimal): -13447976 or 14208050. OLE color: 14208050.

HSL color Cylindrical-coordinate representation of color #32CCD8: hue angle of 184.34º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CCD8 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 204 216 -
CMYK 0.77 0.06 0 0.15
HSL 184.34º 0.68% 0.52% -
HSV(B) 184.34º 0.77% 0.85% -
XYZ 35.3 48.82 72.53 -
YUV 159.32 159.98 50.02 -
System Red Green Blue C M Y K H S L
Decimal 50 204 216 0.77 0.06 0 0.15 184.34 0.68 0.52
Hex 32 CC D8 4D 6 0 F B8 44 34
Octal 62 314 330 115 6 0 17 270 104 64
Binary 110010 11001100 11011000 1001101 110 0 1111 10111000 1000100 110100

Color Harmonies of #32CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CCD8

Black with #32CCD8

Text Example


Text Example

White with #32CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,204,216); }

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

background-color css

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

 a { background-color: rgb(50,204,216); }

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

border-color css

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

 span { border-color: rgb(50,204,216); }

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