#7BDEDE

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

Shades of Turquoise Blue #7BDEDE

Tints of Turquoise Blue #7BDEDE

Color information

#7BDEDE (or 0x7BDEDE) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DE and DE. RGB value is (123,222,222). Sum of RGB (Red+Green+Blue) = 123+222+222=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #7BDEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDEDE is #842121. Grayscale: #C0C0C0. Windows color (decimal): -8659234 or 14605947. OLE color: 14605947.

HSL color Cylindrical-coordinate representation of color #7BDEDE: hue angle of 180º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDEDE is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123222222-
CMYK0.45000.13
HSL180º60%67.65%-
HSV(B)180º44.59%87.06%-
XYZ47.4761.7378.52-
YUV192.4144.778.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.69%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=21.69%
G=39.15%
B=39.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232222220.45000.131806067.65
Hex7BDEDE2D00Db43c44
Octal17333633655001526474104
Binary11110111101111011011110101101001101101101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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