Html Css Color HEX #4CCCCD Medium Turquoise

📋 copy color: '#4CCCCD'

red 76 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #4CCCCD

Tints of Medium Turquoise #4CCCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 15.67%
G = 42.06%
B = 42.27%

CMYK

 C value IS 0.63

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CCCCD (or 0x4CCCCD) is known color: Medium Turquoise. HEX triplet: 4C, CC and CD. RGB value is (76,204,205). Sum of RGB (Red+Green+Blue) = 76+204+205=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CCCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCCD is #B33332. Grayscale: #A5A5A5. Windows color (decimal): -11744051 or 13487180. OLE color: 13487180.

HSL color Cylindrical-coordinate representation of color #4CCCCD: hue angle of 180.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCCCD is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 204 205 -
CMYK 0.63 0.00 0 0.20
HSL 180.47º 0.56% 0.55% -
HSV(B) 180.47º 0.63% 0.8% -
XYZ 35.59 49.13 65.36 -
YUV 165.84 150.09 63.92 -
System Red Green Blue C M Y K H S L
Decimal 76 204 205 0.63 0.00 0 0.20 180.47 0.56 0.55
Hex 4C CC CD 3F 0 0 14 B4 38 37
Octal 114 314 315 77 0 0 24 264 70 67
Binary 1001100 11001100 11001101 111111 0 0 10100 10110100 111000 110111

Color Harmonies of #4CCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCCD

Black with #4CCCCD

Text Example


Text Example

White with #4CCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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