#6CE8FA

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

Shades of Turquoise Blue #6CE8FA

Tints of Turquoise Blue #6CE8FA

Color information

#6CE8FA (or 0x6CE8FA) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E8 and FA. RGB value is (108,232,250). Sum of RGB (Red+Green+Blue) = 108+232+250=590 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.31% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #6CE8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CE8FA is #931705. Grayscale: #C4C4C4. Windows color (decimal): -9639686 or 16443500. OLE color: 16443500.

HSL color Cylindrical-coordinate representation of color #6CE8FA: hue angle of 187.61º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CE8FA is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108232250-
CMYK0.570.0700.02
HSL187.61º93.42%70.2%-
HSV(B)187.61º56.8%98.04%-
XYZ52.367.8100.77-
YUV196.98157.9264.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.31%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=18.31%
G=39.32%
B=42.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082322500.570.0700.02187.6193.4270.2
Hex6CE8FA39702bc5d46
Octal15435037271702274135106
Binary110110011101000111110101110011110101011110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,232,250); }

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

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

 a { background-color: rgb(108,232,250); }

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

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

 span { border-color: rgb(108,232,250); }

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