#7CECE2

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

Shades of Turquoise Blue #7CECE2

Tints of Turquoise Blue #7CECE2

Color information

#7CECE2 (or 0x7CECE2) is unknown color: approx Turquoise Blue. HEX triplet: 7C, EC and E2. RGB value is (124,236,226). Sum of RGB (Red+Green+Blue) = 124+236+226=586 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.16% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CECE2 is #83131D. Grayscale: #C9C9C9. Windows color (decimal): -8590110 or 14871676. OLE color: 14871676.

HSL color Cylindrical-coordinate representation of color #7CECE2: hue angle of 174.64º 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 #7CECE2 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB124236226-
CMYK0.4700.040.07
HSL174.64º74.67%70.59%-
HSV(B)174.64º47.46%92.55%-
XYZ52.0469.7782.68-
YUV201.37141.8972.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.16%
GREEN value IS 236 (92.58% from 255) = 40.27%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=21.16%
G=40.27%
B=38.57%

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
Decimal1242362260.4700.040.07174.6474.6770.59
Hex7CECE22F047af4b47
Octal17435434257047257113107
Binary1111100111011001110001010111101001111010111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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