#7CECE7

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

Shades of Turquoise Blue #7CECE7

Tints of Turquoise Blue #7CECE7

Color information

#7CECE7 (or 0x7CECE7) is unknown color: approx Turquoise Blue. HEX triplet: 7C, EC and E7. RGB value is (124,236,231). Sum of RGB (Red+Green+Blue) = 124+236+231=591 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.98% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CECE7 is #831318. Grayscale: #C9C9C9. Windows color (decimal): -8590105 or 15199356. OLE color: 15199356.

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

Color convert

RGB124236231-
CMYK0.4700.020.07
HSL177.32º74.67%70.59%-
HSV(B)177.32º47.46%92.55%-
XYZ52.7370.0586.34-
YUV201.94144.3972.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.98%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=20.98%
G=39.93%
B=39.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242362310.4700.020.07177.3274.6770.59
Hex7CECE72F027b14b47
Octal17435434757027261113107
Binary111110011101100111001111011110101111011000110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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