Html Css Color HEX #4CCBCD Medium Turquoise

📋 copy color: '#4CCBCD'

red 76 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #4CCBCD

Tints of Medium Turquoise #4CCBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.94%

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

R = 15.7%
G = 41.94%
B = 42.36%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CCBCD (or 0x4CCBCD) is known color: Medium Turquoise. HEX triplet: 4C, CB and CD. RGB value is (76,203,205). Sum of RGB (Red+Green+Blue) = 76+203+205=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CCBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBCD is #B33432. Grayscale: #A5A5A5. Windows color (decimal): -11744307 or 13486924. OLE color: 13486924.

HSL color Cylindrical-coordinate representation of color #4CCBCD: hue angle of 180.93º 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 #4CCBCD is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 203 205 -
CMYK 0.63 0.01 0 0.20
HSL 180.93º 0.56% 0.55% -
HSV(B) 180.93º 0.63% 0.8% -
XYZ 35.36 48.66 65.29 -
YUV 165.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 76 203 205 0.63 0.01 0 0.20 180.93 0.56 0.55
Hex 4C CB CD 3F 1 0 14 B5 38 37
Octal 114 313 315 77 1 0 24 265 70 67
Binary 1001100 11001011 11001101 111111 1 0 10100 10110101 111000 110111

Color Harmonies of #4CCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCBCD

Black with #4CCBCD

Text Example


Text Example

White with #4CCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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