Html Css Color HEX #4CD0DB Medium Turquoise

📋 copy color: '#4CD0DB'

red 76 ◦ green 208 ◦ blue 219

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

Shades of Medium Turquoise #4CD0DB

Tints of Medium Turquoise #4CD0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

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

R = 15.11%
G = 41.35%
B = 43.54%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CD0DB (or 0x4CD0DB) is known color: Medium Turquoise. HEX triplet: 4C, D0 and DB. RGB value is (76,208,219). Sum of RGB (Red+Green+Blue) = 76+208+219=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CD0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD0DB is #B32F24. Grayscale: #A9A9A9. Windows color (decimal): -11743013 or 14405708. OLE color: 14405708.

HSL color Cylindrical-coordinate representation of color #4CD0DB: hue angle of 184.62º 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 #4CD0DB is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 208 219 -
CMYK 0.65 0.05 0 0.14
HSL 184.62º 0.67% 0.58% -
HSV(B) 184.62º 0.65% 0.86% -
XYZ 38.32 51.76 74.99 -
YUV 169.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 76 208 219 0.65 0.05 0 0.14 184.62 0.67 0.58
Hex 4C D0 DB 41 5 0 E B9 43 3A
Octal 114 320 333 101 5 0 16 271 103 72
Binary 1001100 11010000 11011011 1000001 101 0 1110 10111001 1000011 111010

Color Harmonies of #4CD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD0DB

Black with #4CD0DB

Text Example


Text Example

White with #4CD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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