#7CDFDE

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

Shades of Turquoise Blue #7CDFDE

Tints of Turquoise Blue #7CDFDE

Color information

#7CDFDE (or 0x7CDFDE) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DF and DE. RGB value is (124,223,222). Sum of RGB (Red+Green+Blue) = 124+223+222=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFDE is #832021. Grayscale: #C1C1C1. Windows color (decimal): -8593442 or 14606204. OLE color: 14606204.

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

Color convert

RGB124223222-
CMYK0.4400.000.13
HSL179.39º60.74%68.04%-
HSV(B)179.39º44.39%87.45%-
XYZ47.8862.3378.62-
YUV193.28144.278.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.79%
GREEN value IS 223 (87.5% from 255) = 39.19%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=21.79%
G=39.19%
B=39.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242232220.4400.000.13179.3960.7468.04
Hex7CDFDE2C00Db33d44
Octal17433733654001526375104
Binary11111001101111111011110101100001101101100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,223,222); }

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

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

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

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

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

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

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