#7BDDE4

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

Shades of Turquoise Blue #7BDDE4

Tints of Turquoise Blue #7BDDE4

Color information

#7BDDE4 (or 0x7BDDE4) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DD and E4. RGB value is (123,221,228). Sum of RGB (Red+Green+Blue) = 123+221+228=572 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.50% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #7BDDE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDE4 is #84221B. Grayscale: #C0C0C0. Windows color (decimal): -8659484 or 14998907. OLE color: 14998907.

HSL color Cylindrical-coordinate representation of color #7BDDE4: hue angle of 184º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BDDE4 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB123221228-
CMYK0.460.0300.11
HSL184º66.04%68.82%-
HSV(B)184º46.05%89.41%-
XYZ48.0361.5382.74-
YUV192.5148.0378.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.50%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 228 (89.45% from 255) = 39.86%
R=21.50%
G=38.64%
B=39.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232212280.460.0300.1118466.0468.82
Hex7BDDE42E30Bb84245
Octal173335344563013270102105
Binary1111011110111011110010010111011010111011100010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,221,228); }

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

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

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

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

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

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

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