Html Css Color HEX #4CCCDF Medium Turquoise

📋 copy color: '#4CCCDF'

red 76 ◦ green 204 ◦ blue 223

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

Shades of Medium Turquoise #4CCCDF

Tints of Medium Turquoise #4CCCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

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

R = 15.11%
G = 40.56%
B = 44.33%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CCCDF (or 0x4CCCDF) is known color: Medium Turquoise. HEX triplet: 4C, CC and DF. RGB value is (76,204,223). Sum of RGB (Red+Green+Blue) = 76+204+223=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CCCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCDF is #B33320. Grayscale: #A7A7A7. Windows color (decimal): -11744033 or 14666828. OLE color: 14666828.

HSL color Cylindrical-coordinate representation of color #4CCCDF: hue angle of 187.76º 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 #4CCCDF is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 204 223 -
CMYK 0.66 0.09 0 0.13
HSL 187.76º 0.7% 0.59% -
HSV(B) 187.76º 0.66% 0.87% -
XYZ 37.89 50.05 77.48 -
YUV 167.89 159.09 62.46 -
System Red Green Blue C M Y K H S L
Decimal 76 204 223 0.66 0.09 0 0.13 187.76 0.7 0.59
Hex 4C CC DF 42 9 0 D BC 46 3B
Octal 114 314 337 102 11 0 15 274 106 73
Binary 1001100 11001100 11011111 1000010 1001 0 1101 10111100 1000110 111011

Color Harmonies of #4CCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCDF

Black with #4CCCDF

Text Example


Text Example

White with #4CCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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