#6CE4EB

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

Shades of Turquoise Blue #6CE4EB

Tints of Turquoise Blue #6CE4EB

Color information

#6CE4EB (or 0x6CE4EB) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E4 and EB. RGB value is (108,228,235). Sum of RGB (Red+Green+Blue) = 108+228+235=571 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.91% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CE4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE4EB is #931B14. Grayscale: #C0C0C0. Windows color (decimal): -9640725 or 15459436. OLE color: 15459436.

HSL color Cylindrical-coordinate representation of color #6CE4EB: hue angle of 183.31º 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 #6CE4EB is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB108228235-
CMYK0.540.0300.08
HSL183.31º76.05%67.25%-
HSV(B)183.31º54.04%92.16%-
XYZ48.9264.6788.5-
YUV192.92151.7467.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.91%
GREEN value IS 228 (89.45% from 255) = 39.93%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=18.91%
G=39.93%
B=41.16%

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
Decimal1082282350.540.0300.08183.3176.0567.25
Hex6CE4EB36308b74c43
Octal154344353663010267114103
Binary1101100111001001110101111011011010001011011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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