Html Css Color HEX #4CCCE0 Medium Turquoise

📋 copy color: '#4CCCE0'

red 76 ◦ green 204 ◦ blue 224

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

Shades of Medium Turquoise #4CCCE0

Tints of Medium Turquoise #4CCCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 15.08%
G = 40.48%
B = 44.44%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4CCCE0 (or 0x4CCCE0) is known color: Medium Turquoise. HEX triplet: 4C, CC and E0. RGB value is (76,204,224). Sum of RGB (Red+Green+Blue) = 76+204+224=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #4CCCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCE0 is #B3331F. Grayscale: #A7A7A7. Windows color (decimal): -11744032 or 14732364. OLE color: 14732364.

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

Color convert

RGB 76 204 224 -
CMYK 0.66 0.09 0 0.12
HSL 188.11º 0.7% 0.59% -
HSV(B) 188.11º 0.66% 0.88% -
XYZ 38.03 50.1 78.19 -
YUV 168.01 159.59 62.37 -
System Red Green Blue C M Y K H S L
Decimal 76 204 224 0.66 0.09 0 0.12 188.11 0.7 0.59
Hex 4C CC E0 42 9 0 C BC 46 3B
Octal 114 314 340 102 11 0 14 274 106 73
Binary 1001100 11001100 11100000 1000010 1001 0 1100 10111100 1000110 111011

Color Harmonies of #4CCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCE0

Black with #4CCCE0

Text Example


Text Example

White with #4CCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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