#7CDCF0

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

Shades of Turquoise Blue #7CDCF0

Tints of Turquoise Blue #7CDCF0

Color information

#7CDCF0 (or 0x7CDCF0) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DC and F0. RGB value is (124,220,240). Sum of RGB (Red+Green+Blue) = 124+220+240=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #7CDCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDCF0 is #83230F. Grayscale: #C1C1C1. Windows color (decimal): -8594192 or 15785084. OLE color: 15785084.

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

Color convert

RGB124220240-
CMYK0.480.0800.06
HSL190.34º79.45%71.37%-
HSV(B)190.34º48.33%94.12%-
XYZ49.6361.7691.74-
YUV193.58154.278.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.23%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=21.23%
G=37.67%
B=41.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242202400.480.0800.06190.3479.4571.37
Hex7CDCF030806be4f47
Octal174334360601006276117107
Binary11111001101110011110000110000100001101011111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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