#6CEDF1

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

Shades of Turquoise Blue #6CEDF1

Tints of Turquoise Blue #6CEDF1

Color information

#6CEDF1 (or 0x6CEDF1) is unknown color: approx Turquoise Blue. HEX triplet: 6C, ED and F1. RGB value is (108,237,241). Sum of RGB (Red+Green+Blue) = 108+237+241=586 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.43% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CEDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEDF1 is #93120E. Grayscale: #C6C6C6. Windows color (decimal): -9638415 or 15854956. OLE color: 15854956.

HSL color Cylindrical-coordinate representation of color #6CEDF1: hue angle of 181.8º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEDF1 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108237241-
CMYK0.550.0200.05
HSL181.8º82.61%68.43%-
HSV(B)181.8º55.19%94.51%-
XYZ52.3570.1193.99-
YUV198.88151.7663.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.43%
GREEN value IS 237 (92.97% from 255) = 40.44%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=18.43%
G=40.44%
B=41.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082372410.550.0200.05181.882.6168.43
Hex6CEDF137205b65344
Octal15435536167205266123104
Binary110110011101101111100011101111001011011011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,237,241); }

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

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

 a { background-color: rgb(108,237,241); }

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

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

 span { border-color: rgb(108,237,241); }

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