#6cd1f3

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

Shades of Turquoise Blue #6CD1F3

Tints of Turquoise Blue #6CD1F3

Color information

#6CD1F3 (or 0x6CD1F3) is unknown color: approx Turquoise Blue. HEX triplet: 6C, D1 and F3. RGB value is (108,209,243). Sum of RGB (Red+Green+Blue) = 108+209+243=560 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.29% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #6CD1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD1F3 is #932E0C. Grayscale: #B6B6B6. Windows color (decimal): -9645581 or 15978860. OLE color: 15978860.

HSL color Cylindrical-coordinate representation of color #6CD1F3: hue angle of 195.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CD1F3 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108209243-
CMYK0.560.1400.05
HSL195.11º84.91%68.82%-
HSV(B)195.11º55.56%95.29%-
XYZ45.1655.2693.08-
YUV182.68162.0474.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.29%
GREEN value IS 209 (82.03% from 255) = 37.32%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=19.29%
G=37.32%
B=43.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082092430.560.1400.05195.1184.9168.82
Hex6CD1F338E05c35545
Octal154321363701605303125105
Binary11011001101000111110011111000111001011100001110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cd1f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,209,243); }

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

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

 a { background-color: rgb(108,209,243); }

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

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

 span { border-color: rgb(108,209,243); }

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