#7BDEEB

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

Shades of Turquoise Blue #7BDEEB

Tints of Turquoise Blue #7BDEEB

Color information

#7BDEEB (or 0x7BDEEB) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DE and EB. RGB value is (123,222,235). Sum of RGB (Red+Green+Blue) = 123+222+235=580 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.21% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEEB is #842114. Grayscale: #C1C1C1. Windows color (decimal): -8659221 or 15457915. OLE color: 15457915.

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

Color convert

RGB123222235-
CMYK0.480.0600.08
HSL186.96º73.68%70.2%-
HSV(B)186.96º47.66%92.16%-
XYZ49.2962.4588.05-
YUV193.88151.277.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.21%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=21.21%
G=38.28%
B=40.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232222350.480.0600.08186.9673.6870.2
Hex7BDEEB30608bb4a46
Octal173336353606010273112106
Binary11110111101111011101011110000110010001011101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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