#6CE2EB

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

Shades of Turquoise Blue #6CE2EB

Tints of Turquoise Blue #6CE2EB

Color information

#6CE2EB (or 0x6CE2EB) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E2 and EB. RGB value is (108,226,235). Sum of RGB (Red+Green+Blue) = 108+226+235=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CE2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE2EB is #931D14. Grayscale: #BFBFBF. Windows color (decimal): -9641237 or 15458924. OLE color: 15458924.

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

Color convert

RGB108226235-
CMYK0.540.0400.08
HSL184.25º76.05%67.25%-
HSV(B)184.25º54.04%92.16%-
XYZ48.3863.5888.32-
YUV191.74152.4168.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.98%
GREEN value IS 226 (88.67% from 255) = 39.72%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=18.98%
G=39.72%
B=41.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1082262350.540.0400.08184.2576.0567.25
Hex6CE2EB36408b84c43
Octal154342353664010270114103
Binary11011001110001011101011110110100010001011100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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