#7BDFEB

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

Shades of Turquoise Blue #7BDFEB

Tints of Turquoise Blue #7BDFEB

Color information

#7BDFEB (or 0x7BDFEB) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DF and EB. RGB value is (123,223,235). Sum of RGB (Red+Green+Blue) = 123+223+235=581 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.17% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFEB is #842014. Grayscale: #C2C2C2. Windows color (decimal): -8658965 or 15458171. OLE color: 15458171.

HSL color Cylindrical-coordinate representation of color #7BDFEB: hue angle of 186.43º 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 #7BDFEB is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123223235-
CMYK0.480.0500.08
HSL186.43º73.68%70.2%-
HSV(B)186.43º47.66%92.16%-
XYZ49.5562.9888.14-
YUV194.47150.8777.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.17%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=21.17%
G=38.38%
B=40.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232232350.480.0500.08186.4373.6870.2
Hex7BDFEB30508ba4a46
Octal173337353605010272112106
Binary11110111101111111101011110000101010001011101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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