Html Css Color HEX #4CCDDB Medium Turquoise

📋 copy color: '#4CCDDB'

red 76 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #4CCDDB

Tints of Medium Turquoise #4CCDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 15.2%
G = 41%
B = 43.8%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CCDDB (or 0x4CCDDB) is known color: Medium Turquoise. HEX triplet: 4C, CD and DB. RGB value is (76,205,219). Sum of RGB (Red+Green+Blue) = 76+205+219=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDDB is #B33224. Grayscale: #A7A7A7. Windows color (decimal): -11743781 or 14404940. OLE color: 14404940.

HSL color Cylindrical-coordinate representation of color #4CCDDB: hue angle of 185.87º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCDDB is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 205 219 -
CMYK 0.65 0.06 0 0.14
HSL 185.87º 0.67% 0.58% -
HSV(B) 185.87º 0.65% 0.86% -
XYZ 37.6 50.31 74.75 -
YUV 168.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 76 205 219 0.65 0.06 0 0.14 185.87 0.67 0.58
Hex 4C CD DB 41 6 0 E BA 43 3A
Octal 114 315 333 101 6 0 16 272 103 72
Binary 1001100 11001101 11011011 1000001 110 0 1110 10111010 1000011 111010

Color Harmonies of #4CCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCDDB

Black with #4CCDDB

Text Example


Text Example

White with #4CCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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