#7BE9E5

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

Shades of Turquoise Blue #7BE9E5

Tints of Turquoise Blue #7BE9E5

Color information

#7BE9E5 (or 0x7BE9E5) is unknown color: approx Turquoise Blue. HEX triplet: 7B, E9 and E5. RGB value is (123,233,229). Sum of RGB (Red+Green+Blue) = 123+233+229=585 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.03% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #7BE9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE9E5 is #84161A. Grayscale: #C7C7C7. Windows color (decimal): -8656411 or 15067515. OLE color: 15067515.

HSL color Cylindrical-coordinate representation of color #7BE9E5: hue angle of 177.82º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE9E5 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB123233229-
CMYK0.4700.020.09
HSL177.82º71.43%69.8%-
HSV(B)177.82º47.21%91.37%-
XYZ51.4568.1584.57-
YUV199.65144.5673.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.03%
GREEN value IS 233 (91.41% from 255) = 39.83%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=21.03%
G=39.83%
B=39.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232332290.4700.020.09177.8271.4369.8
Hex7BE9E52F029b24746
Octal173351345570211262107106
Binary1111011111010011110010110111101010011011001010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,233,229); }

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

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

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

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

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

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

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