#7BD7EA

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

Shades of Turquoise Blue #7BD7EA

Tints of Turquoise Blue #7BD7EA

Color information

#7BD7EA (or 0x7BD7EA) is unknown color: approx Turquoise Blue. HEX triplet: 7B, D7 and EA. RGB value is (123,215,234). Sum of RGB (Red+Green+Blue) = 123+215+234=572 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.50% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BD7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD7EA is #842815. Grayscale: #BDBDBD. Windows color (decimal): -8661014 or 15390587. OLE color: 15390587.

HSL color Cylindrical-coordinate representation of color #7BD7EA: hue angle of 190.27º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BD7EA is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123215234-
CMYK0.470.0800.08
HSL190.27º72.55%70%-
HSV(B)190.27º47.44%91.76%-
XYZ47.3258.7586.69-
YUV189.66153.0280.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.50%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=21.50%
G=37.59%
B=40.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232152340.470.0800.08190.2772.5570
Hex7BD7EA2F808be4946
Octal1733273525710010276111106
Binary111101111010111111010101011111000010001011111010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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