#7BDBEE

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

Shades of Turquoise Blue #7BDBEE

Tints of Turquoise Blue #7BDBEE

Color information

#7BDBEE (or 0x7BDBEE) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DB and EE. RGB value is (123,219,238). Sum of RGB (Red+Green+Blue) = 123+219+238=580 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.21% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #7BDBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBEE is #842411. Grayscale: #C0C0C0. Windows color (decimal): -8659986 or 15653755. OLE color: 15653755.

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

Color convert

RGB123219238-
CMYK0.480.0800.07
HSL189.91º77.18%70.78%-
HSV(B)189.91º48.32%93.33%-
XYZ48.9361.0590.09-
YUV192.46153.778.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.21%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=21.21%
G=37.76%
B=41.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232192380.480.0800.07189.9177.1870.78
Hex7BDBEE30807be4d47
Octal173333356601007276115107
Binary11110111101101111101110110000100001111011111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,219,238); }

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

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

 a { background-color: rgb(123,219,238); }

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

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

 span { border-color: rgb(123,219,238); }

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