#7BEAEC

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

Shades of Turquoise Blue #7BEAEC

Tints of Turquoise Blue #7BEAEC

Color information

#7BEAEC (or 0x7BEAEC) is unknown color: approx Turquoise Blue. HEX triplet: 7B, EA and EC. RGB value is (123,234,236). Sum of RGB (Red+Green+Blue) = 123+234+236=593 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.74% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BEAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEAEC is #841513. Grayscale: #C8C8C8. Windows color (decimal): -8656148 or 15526523. OLE color: 15526523.

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

Color convert

RGB123234236-
CMYK0.480.0100.07
HSL181.06º74.83%70.39%-
HSV(B)181.06º47.88%92.55%-
XYZ52.7369.1189.92-
YUV201.04147.7372.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.74%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=20.74%
G=39.46%
B=39.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232342360.480.0100.07181.0674.8370.39
Hex7BEAEC30107b54b46
Octal17335235460107265113106
Binary11110111110101011101100110000101111011010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,234,236); }

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

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

 a { background-color: rgb(123,234,236); }

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

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

 span { border-color: rgb(123,234,236); }

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