#6cefe1

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

Shades of Turquoise Blue #6CEFE1

Tints of Turquoise Blue #6CEFE1

Color information

#6CEFE1 (or 0x6CEFE1) is unknown color: approx Turquoise Blue. HEX triplet: 6C, EF and E1. RGB value is (108,239,225). Sum of RGB (Red+Green+Blue) = 108+239+225=572 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.88% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #6CEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEFE1 is #93101E. Grayscale: #C6C6C6. Windows color (decimal): -9637919 or 14806892. OLE color: 14806892.

HSL color Cylindrical-coordinate representation of color #6CEFE1: hue angle of 173.59º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEFE1 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB108239225-
CMYK0.5500.060.06
HSL173.59º80.37%68.04%-
HSV(B)173.59º54.81%93.73%-
XYZ50.6470.3682.15-
YUV198.24143.163.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.88%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=18.88%
G=41.78%
B=39.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1082392250.5500.060.06173.5980.3768.04
Hex6CEFE137066ae5044
Octal15435734167066256120104
Binary1101100111011111110000111011101101101010111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cefe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,239,225); }

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

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

 a { background-color: rgb(108,239,225); }

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

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

 span { border-color: rgb(108,239,225); }

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