#7CE6F1

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

Shades of Turquoise Blue #7CE6F1

Tints of Turquoise Blue #7CE6F1

Color information

#7CE6F1 (or 0x7CE6F1) is unknown color: approx Turquoise Blue. HEX triplet: 7C, E6 and F1. RGB value is (124,230,241). Sum of RGB (Red+Green+Blue) = 124+230+241=595 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.84% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #7CE6F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE6F1 is #83190E. Grayscale: #C7C7C7. Windows color (decimal): -8591631 or 15853180. OLE color: 15853180.

HSL color Cylindrical-coordinate representation of color #7CE6F1: hue angle of 185.64º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CE6F1 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124230241-
CMYK0.490.0500.05
HSL185.64º80.69%71.57%-
HSV(B)185.64º48.55%94.51%-
XYZ52.4967.2393.43-
YUV199.56151.3874.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.84%
GREEN value IS 230 (90.23% from 255) = 38.66%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=20.84%
G=38.66%
B=40.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242302410.490.0500.05185.6480.6971.57
Hex7CE6F131505ba5148
Octal17434636161505272121110
Binary1111100111001101111000111000110101011011101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,230,241); }

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

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

 a { background-color: rgb(124,230,241); }

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

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

 span { border-color: rgb(124,230,241); }

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