#7CDFE9

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

Shades of Turquoise Blue #7CDFE9

Tints of Turquoise Blue #7CDFE9

Color information

#7CDFE9 (or 0x7CDFE9) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DF and E9. RGB value is (124,223,233). Sum of RGB (Red+Green+Blue) = 124+223+233=580 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.38% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #7CDFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDFE9 is #832016. Grayscale: #C2C2C2. Windows color (decimal): -8593431 or 15327100. OLE color: 15327100.

HSL color Cylindrical-coordinate representation of color #7CDFE9: hue angle of 185.5º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CDFE9 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB124223233-
CMYK0.470.0400.09
HSL185.5º71.24%70%-
HSV(B)185.5º46.78%91.37%-
XYZ49.4162.9486.64-
YUV194.54149.777.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.38%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 233 (91.41% from 255) = 40.17%
R=21.38%
G=38.45%
B=40.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1242232330.470.0400.09185.571.2470
Hex7CDFE92F409ba4746
Octal174337351574011272107106
Binary11111001101111111101001101111100010011011101010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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