#7CDBF0

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

Shades of Turquoise Blue #7CDBF0

Tints of Turquoise Blue #7CDBF0

Color information

#7CDBF0 (or 0x7CDBF0) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DB and F0. RGB value is (124,219,240). Sum of RGB (Red+Green+Blue) = 124+219+240=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #7CDBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDBF0 is #83240F. Grayscale: #C0C0C0. Windows color (decimal): -8594448 or 15784828. OLE color: 15784828.

HSL color Cylindrical-coordinate representation of color #7CDBF0: hue angle of 190.86º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CDBF0 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124219240-
CMYK0.480.0900.06
HSL190.86º79.45%71.37%-
HSV(B)190.86º48.33%94.12%-
XYZ49.3761.2491.66-
YUV192.99154.5378.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.27%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=21.27%
G=37.56%
B=41.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242192400.480.0900.06190.8679.4571.37
Hex7CDBF030906bf4f47
Octal174333360601106277117107
Binary11111001101101111110000110000100101101011111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,219,240); }

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

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

 a { background-color: rgb(124,219,240); }

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

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

 span { border-color: rgb(124,219,240); }

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