Html Css Color HEX #4CCDD7 Medium Turquoise

📋 copy color: '#4CCDD7'

red 76 ◦ green 205 ◦ blue 215

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

Shades of Medium Turquoise #4CCDD7

Tints of Medium Turquoise #4CCDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.35%

R = 15.32%
G = 41.33%
B = 43.35%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4CCDD7 (or 0x4CCDD7) is known color: Medium Turquoise. HEX triplet: 4C, CD and D7. RGB value is (76,205,215). Sum of RGB (Red+Green+Blue) = 76+205+215=496 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.32% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #4CCDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDD7 is #B33228. Grayscale: #A7A7A7. Windows color (decimal): -11743785 or 14142796. OLE color: 14142796.

HSL color Cylindrical-coordinate representation of color #4CCDD7: hue angle of 184.32º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCDD7 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 205 215 -
CMYK 0.65 0.05 0 0.16
HSL 184.32º 0.63% 0.57% -
HSV(B) 184.32º 0.65% 0.84% -
XYZ 37.08 50.11 72.01 -
YUV 167.57 154.76 62.69 -
System Red Green Blue C M Y K H S L
Decimal 76 205 215 0.65 0.05 0 0.16 184.32 0.63 0.57
Hex 4C CD D7 41 5 0 10 B8 3F 39
Octal 114 315 327 101 5 0 20 270 77 71
Binary 1001100 11001101 11010111 1000001 101 0 10000 10111000 111111 111001

Color Harmonies of #4CCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCDD7

Black with #4CCDD7

Text Example


Text Example

White with #4CCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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