Html Css Color HEX #4CC9DB Medium Turquoise

📋 copy color: '#4CC9DB'

red 76 ◦ green 201 ◦ blue 219

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

Shades of Medium Turquoise #4CC9DB

Tints of Medium Turquoise #4CC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.52%

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

R = 15.32%
G = 40.52%
B = 44.15%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CC9DB (or 0x4CC9DB) is known color: Medium Turquoise. HEX triplet: 4C, C9 and DB. RGB value is (76,201,219). Sum of RGB (Red+Green+Blue) = 76+201+219=496 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.32% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CC9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC9DB is #B33624. Grayscale: #A5A5A5. Windows color (decimal): -11744805 or 14403916. OLE color: 14403916.

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

Color convert

RGB 76 201 219 -
CMYK 0.65 0.08 0 0.14
HSL 187.55º 0.67% 0.58% -
HSV(B) 187.55º 0.65% 0.86% -
XYZ 36.65 48.42 74.43 -
YUV 165.68 158.09 64.04 -
System Red Green Blue C M Y K H S L
Decimal 76 201 219 0.65 0.08 0 0.14 187.55 0.67 0.58
Hex 4C C9 DB 41 8 0 E BC 43 3A
Octal 114 311 333 101 10 0 16 274 103 72
Binary 1001100 11001001 11011011 1000001 1000 0 1110 10111100 1000011 111010

Color Harmonies of #4CC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC9DB

Black with #4CC9DB

Text Example


Text Example

White with #4CC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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