#7BDFF6

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

Shades of Turquoise Blue #7BDFF6

Tints of Turquoise Blue #7BDFF6

Color information

#7BDFF6 (or 0x7BDFF6) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DF and F6. RGB value is (123,223,246). Sum of RGB (Red+Green+Blue) = 123+223+246=592 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.78% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #7BDFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFF6 is #842009. Grayscale: #C3C3C3. Windows color (decimal): -8658954 or 16179067. OLE color: 16179067.

HSL color Cylindrical-coordinate representation of color #7BDFF6: hue angle of 191.22º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BDFF6 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB123223246-
CMYK0.500.0900.04
HSL191.22º87.23%72.35%-
HSV(B)191.22º50%96.47%-
XYZ51.1963.6496.77-
YUV195.72156.3776.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.78%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 246 (96.48% from 255) = 41.55%
R=20.78%
G=37.67%
B=41.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232232460.500.0900.04191.2287.2372.35
Hex7BDFF632904bf5748
Octal173337366621104277127110
Binary11110111101111111110110110010100101001011111110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,223,246); }

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

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

 a { background-color: rgb(123,223,246); }

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

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

 span { border-color: rgb(123,223,246); }

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