Html Css Color HEX #4CD0E5 Medium Turquoise

📋 copy color: '#4CD0E5'

red 76 ◦ green 208 ◦ blue 229

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

Shades of Medium Turquoise #4CD0E5

Tints of Medium Turquoise #4CD0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

 BLUE value IS 229 (89.84% from 255) = 44.64%

R = 14.81%
G = 40.55%
B = 44.64%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4CD0E5 (or 0x4CD0E5) is known color: Medium Turquoise. HEX triplet: 4C, D0 and E5. RGB value is (76,208,229). Sum of RGB (Red+Green+Blue) = 76+208+229=513 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.81% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #4CD0E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD0E5 is #B32F1A. Grayscale: #AAAAAA. Windows color (decimal): -11743003 or 15061068. OLE color: 15061068.

HSL color Cylindrical-coordinate representation of color #4CD0E5: hue angle of 188.24º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CD0E5 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 76 208 229 -
CMYK 0.67 0.09 0 0.10
HSL 188.24º 0.75% 0.6% -
HSV(B) 188.24º 0.67% 0.9% -
XYZ 39.68 52.31 82.13 -
YUV 170.93 160.77 60.29 -
System Red Green Blue C M Y K H S L
Decimal 76 208 229 0.67 0.09 0 0.10 188.24 0.75 0.6
Hex 4C D0 E5 43 9 0 A BC 4B 3C
Octal 114 320 345 103 11 0 12 274 113 74
Binary 1001100 11010000 11100101 1000011 1001 0 1010 10111100 1001011 111100

Color Harmonies of #4CD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD0E5

Black with #4CD0E5

Text Example


Text Example

White with #4CD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,208,229); }

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

background-color css

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

 a { background-color: rgb(76,208,229); }

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

border-color css

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

 span { border-color: rgb(76,208,229); }

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