#6CE5E7

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

Shades of Turquoise Blue #6CE5E7

Tints of Turquoise Blue #6CE5E7

Color information

#6CE5E7 (or 0x6CE5E7) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E5 and E7. RGB value is (108,229,231). Sum of RGB (Red+Green+Blue) = 108+229+231=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #6CE5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE5E7 is #931A18. Grayscale: #C0C0C0. Windows color (decimal): -9640473 or 15197548. OLE color: 15197548.

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

Color convert

RGB108229231-
CMYK0.530.0100.09
HSL180.98º71.93%66.47%-
HSV(B)180.98º53.25%90.59%-
XYZ48.636585.58-
YUV193.05149.4167.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.01%
GREEN value IS 229 (89.84% from 255) = 40.32%
BLUE value IS 231 (90.62% from 255) = 40.67%
R=19.01%
G=40.32%
B=40.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1082292310.530.0100.09180.9871.9366.47
Hex6CE5E735109b54842
Octal154345347651011265110102
Binary110110011100101111001111101011010011011010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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