#6CE8E5

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

Shades of Turquoise Blue #6CE8E5

Tints of Turquoise Blue #6CE8E5

Color information

#6CE8E5 (or 0x6CE8E5) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E8 and E5. RGB value is (108,232,229). Sum of RGB (Red+Green+Blue) = 108+232+229=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 232 - color contains mainly: green. Hex color #6CE8E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE8E5 is #93171A. Grayscale: #C2C2C2. Windows color (decimal): -9639707 or 15067244. OLE color: 15067244.

HSL color Cylindrical-coordinate representation of color #6CE8E5: hue angle of 178.55º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE8E5 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB108232229-
CMYK0.5300.010.09
HSL178.55º72.94%66.67%-
HSV(B)178.55º53.45%90.98%-
XYZ49.1866.5684.38-
YUV194.58147.4266.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.98%
GREEN value IS 232 (91.02% from 255) = 40.77%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=18.98%
G=40.77%
B=40.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1082322290.5300.010.09178.5572.9466.67
Hex6CE8E535019b34943
Octal154350345650111263111103
Binary110110011101000111001011101010110011011001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CE8E5; }

 p { color: rgb(108,232,229); }

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

<style>
 a { background-color: #6CE8E5; }

 a { background-color: rgb(108,232,229); }

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

<style>
 span { border-color: #6CE8E5; }

 span { border-color: rgb(108,232,229); }

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