#6ce1f4

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

Shades of Turquoise Blue #6CE1F4

Tints of Turquoise Blue #6CE1F4

Color information

#6CE1F4 (or 0x6CE1F4) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E1 and F4. RGB value is (108,225,244). Sum of RGB (Red+Green+Blue) = 108+225+244=577 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.72% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #6CE1F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE1F4 is #931E0B. Grayscale: #BFBFBF. Windows color (decimal): -9641484 or 16048492. OLE color: 16048492.

HSL color Cylindrical-coordinate representation of color #6CE1F4: hue angle of 188.38º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CE1F4 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB108225244-
CMYK0.560.0800.04
HSL188.38º86.08%69.02%-
HSV(B)188.38º55.74%95.69%-
XYZ49.4463.5795.25-
YUV192.18157.2467.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.72%
GREEN value IS 225 (88.28% from 255) = 38.99%
BLUE value IS 244 (95.70% from 255) = 42.29%
R=18.72%
G=38.99%
B=42.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082252440.560.0800.04188.3886.0869.02
Hex6CE1F438804bc5645
Octal154341364701004274126105
Binary11011001110000111110100111000100001001011110010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ce1f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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