#6CE3EB

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

Shades of Turquoise Blue #6CE3EB

Tints of Turquoise Blue #6CE3EB

Color information

#6CE3EB (or 0x6CE3EB) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E3 and EB. RGB value is (108,227,235). Sum of RGB (Red+Green+Blue) = 108+227+235=570 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.95% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CE3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE3EB is #931C14. Grayscale: #C0C0C0. Windows color (decimal): -9640981 or 15459180. OLE color: 15459180.

HSL color Cylindrical-coordinate representation of color #6CE3EB: hue angle of 183.78º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CE3EB is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB108227235-
CMYK0.540.0300.08
HSL183.78º76.05%67.25%-
HSV(B)183.78º54.04%92.16%-
XYZ48.6564.1288.41-
YUV192.33152.0867.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.95%
GREEN value IS 227 (89.06% from 255) = 39.82%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=18.95%
G=39.82%
B=41.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1082272350.540.0300.08183.7876.0567.25
Hex6CE3EB36308b84c43
Octal154343353663010270114103
Binary1101100111000111110101111011011010001011100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,227,235); }

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

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

 a { background-color: rgb(108,227,235); }

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

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

 span { border-color: rgb(108,227,235); }

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