#6CF0E5

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

Shades of Turquoise Blue #6CF0E5

Tints of Turquoise Blue #6CF0E5

Color information

#6CF0E5 (or 0x6CF0E5) is unknown color: approx Turquoise Blue. HEX triplet: 6C, F0 and E5. RGB value is (108,240,229). Sum of RGB (Red+Green+Blue) = 108+240+229=577 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.72% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF0E5 is #930F1A. Grayscale: #C7C7C7. Windows color (decimal): -9637659 or 15069292. OLE color: 15069292.

HSL color Cylindrical-coordinate representation of color #6CF0E5: hue angle of 175º degrees, saturation: 0.81, 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 #6CF0E5 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB108240229-
CMYK0.5500.050.06
HSL175º81.48%68.24%-
HSV(B)175º55%94.12%-
XYZ51.4971.1785.15-
YUV199.28144.7762.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.72%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 229 (89.84% from 255) = 39.69%
R=18.72%
G=41.59%
B=39.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1082402290.5500.050.0617581.4868.24
Hex6CF0E537056af5144
Octal15436034567056257121104
Binary1101100111100001110010111011101011101010111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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