Html Css Color HEX #4CDBDF Medium Turquoise

📋 copy color: '#4CDBDF'

red 76 ◦ green 219 ◦ blue 223

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

Shades of Medium Turquoise #4CDBDF

Tints of Medium Turquoise #4CDBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.28%

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 14.67%
G = 42.28%
B = 43.05%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CDBDF (or 0x4CDBDF) is known color: Medium Turquoise. HEX triplet: 4C, DB and DF. RGB value is (76,219,223). Sum of RGB (Red+Green+Blue) = 76+219+223=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CDBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBDF is #B32420. Grayscale: #B0B0B0. Windows color (decimal): -11740193 or 14670668. OLE color: 14670668.

HSL color Cylindrical-coordinate representation of color #4CDBDF: hue angle of 181.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDBDF is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 219 223 -
CMYK 0.66 0.02 0 0.13
HSL 181.63º 0.7% 0.59% -
HSV(B) 181.63º 0.66% 0.87% -
XYZ 41.63 57.53 78.72 -
YUV 176.7 154.12 56.17 -
System Red Green Blue C M Y K H S L
Decimal 76 219 223 0.66 0.02 0 0.13 181.63 0.7 0.59
Hex 4C DB DF 42 2 0 D B6 46 3B
Octal 114 333 337 102 2 0 15 266 106 73
Binary 1001100 11011011 11011111 1000010 10 0 1101 10110110 1000110 111011

Color Harmonies of #4CDBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBDF

Black with #4CDBDF

Text Example


Text Example

White with #4CDBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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