#7BDEEF

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

Shades of Turquoise Blue #7BDEEF

Tints of Turquoise Blue #7BDEEF

Color information

#7BDEEF (or 0x7BDEEF) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DE and EF. RGB value is (123,222,239). Sum of RGB (Red+Green+Blue) = 123+222+239=584 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.06% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEEF is #842110. Grayscale: #C2C2C2. Windows color (decimal): -8659217 or 15720059. OLE color: 15720059.

HSL color Cylindrical-coordinate representation of color #7BDEEF: hue angle of 188.79º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BDEEF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123222239-
CMYK0.490.0700.06
HSL188.79º78.38%70.98%-
HSV(B)188.79º48.54%93.73%-
XYZ49.8762.6991.13-
YUV194.34153.277.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.06%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=21.06%
G=38.01%
B=40.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232222390.490.0700.06188.7978.3870.98
Hex7BDEEF31706bd4e47
Octal17333635761706275116107
Binary1111011110111101110111111000111101101011110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,222,239); }

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

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

 a { background-color: rgb(123,222,239); }

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

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

 span { border-color: rgb(123,222,239); }

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