#7BDAE7

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

Shades of Turquoise Blue #7BDAE7

Tints of Turquoise Blue #7BDAE7

Color information

#7BDAE7 (or 0x7BDAE7) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DA and E7. RGB value is (123,218,231). Sum of RGB (Red+Green+Blue) = 123+218+231=572 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.50% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 231 - color contains mainly: blue. Hex color #7BDAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDAE7 is #842518. Grayscale: #BEBEBE. Windows color (decimal): -8660249 or 15194747. OLE color: 15194747.

HSL color Cylindrical-coordinate representation of color #7BDAE7: hue angle of 187.22º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BDAE7 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB123218231-
CMYK0.470.0600.09
HSL187.22º69.23%69.41%-
HSV(B)187.22º46.75%90.59%-
XYZ47.6660.1284.69-
YUV191.08150.5379.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.50%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 231 (90.62% from 255) = 40.38%
R=21.50%
G=38.11%
B=40.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232182310.470.0600.09187.2269.2369.41
Hex7BDAE72F609bb4545
Octal173332347576011273105105
Binary11110111101101011100111101111110010011011101110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,218,231); }

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

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

 a { background-color: rgb(123,218,231); }

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

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

 span { border-color: rgb(123,218,231); }

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