#7CECE3

Color #7CECE3 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7CECE3

Tints of Turquoise Blue #7CECE3

Color information

#7CECE3 (or 0x7CECE3) is unknown color: approx Turquoise Blue. HEX triplet: 7C, EC and E3. RGB value is (124,236,227). Sum of RGB (Red+Green+Blue) = 124+236+227=587 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.12% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CECE3 is #83131C. Grayscale: #C9C9C9. Windows color (decimal): -8590109 or 14937212. OLE color: 14937212.

HSL color Cylindrical-coordinate representation of color #7CECE3: hue angle of 175.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CECE3 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB124236227-
CMYK0.4700.040.07
HSL175.18º74.67%70.59%-
HSV(B)175.18º47.46%92.55%-
XYZ52.1769.8283.4-
YUV201.49142.3972.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.12%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 227 (89.06% from 255) = 38.67%
R=21.12%
G=40.20%
B=38.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242362270.4700.040.07175.1874.6770.59
Hex7CECE32F047af4b47
Octal17435434357047257113107
Binary1111100111011001110001110111101001111010111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CECE3; }

 p { color: rgb(124,236,227); }

 H1.HeaderClassName
 {
   color: #7CECE3;
 }
 .AnyTagClassName
 {
   color: #7CECE3;
 }
</style>
background-color css

<style>
 a { background-color: #7CECE3; }

 a { background-color: rgb(124,236,227); }

 div.DivClassName
 {
   background-color: #7CECE3;
 }
 .BgClassName
 {
   background-color: #7CECE3;
 }
</style>
border-color css

<style>
 span { border-color: #7CECE3; }

 span { border-color: rgb(124,236,227); }

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