#7CDFE0

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

Shades of Turquoise Blue #7CDFE0

Tints of Turquoise Blue #7CDFE0

Color information

#7CDFE0 (or 0x7CDFE0) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DF and E0. RGB value is (124,223,224). Sum of RGB (Red+Green+Blue) = 124+223+224=571 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.72% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #7CDFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFE0 is #83201F. Grayscale: #C1C1C1. Windows color (decimal): -8593440 or 14737276. OLE color: 14737276.

HSL color Cylindrical-coordinate representation of color #7CDFE0: hue angle of 180.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CDFE0 is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB124223224-
CMYK0.450.0000.12
HSL180.6º61.73%68.24%-
HSV(B)180.6º44.64%87.84%-
XYZ48.1562.4480.04-
YUV193.51145.278.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.72%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=21.72%
G=39.05%
B=39.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1242232240.450.0000.12180.661.7368.24
Hex7CDFE02D00Cb53e44
Octal17433734055001426576104
Binary11111001101111111100000101101001100101101011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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