Html Css Color HEX #4CCDD0 Medium Turquoise

📋 copy color: '#4CCDD0'

red 76 ◦ green 205 ◦ blue 208

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

Shades of Medium Turquoise #4CCDD0

Tints of Medium Turquoise #4CCDD0

RGB

 RED value IS 76 (30.08% from 255) = 15.54%

 GREEN value IS 205 (80.47% from 255) = 41.92%

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 15.54%
G = 41.92%
B = 42.54%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4CCDD0 (or 0x4CCDD0) is known color: Medium Turquoise. HEX triplet: 4C, CD and D0. RGB value is (76,205,208). Sum of RGB (Red+Green+Blue) = 76+205+208=489 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.54% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #4CCDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDD0 is #B3322F. Grayscale: #A6A6A6. Windows color (decimal): -11743792 or 13684044. OLE color: 13684044.

HSL color Cylindrical-coordinate representation of color #4CCDD0: hue angle of 181.36º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCDD0 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 76 205 208 -
CMYK 0.63 0.01 0 0.18
HSL 181.36º 0.58% 0.56% -
HSV(B) 181.36º 0.63% 0.82% -
XYZ 36.2 49.75 67.37 -
YUV 166.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 76 205 208 0.63 0.01 0 0.18 181.36 0.58 0.56
Hex 4C CD D0 3F 1 0 12 B5 3A 38
Octal 114 315 320 77 1 0 22 265 72 70
Binary 1001100 11001101 11010000 111111 1 0 10010 10110101 111010 111000

Color Harmonies of #4CCDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCDD0

Black with #4CCDD0

Text Example


Text Example

White with #4CCDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CCDD0; }

 p { color: rgb(76,205,208); }

 H1.HeaderClassName
 {
   color: #4CCDD0;
 }
 .AnyTagClassName
 {
   color: #4CCDD0;
 }
</style>

background-color css

<style>
 a { background-color: #4CCDD0; }

 a { background-color: rgb(76,205,208); }

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

border-color css

<style>
 span { border-color: #4CCDD0; }

 span { border-color: rgb(76,205,208); }

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