#6CD9FF

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

Shades of Turquoise Blue #6CD9FF

Tints of Turquoise Blue #6CD9FF

Color information

#6CD9FF (or 0x6CD9FF) is unknown color: approx Turquoise Blue. HEX triplet: 6C, D9 and FF. RGB value is (108,217,255). Sum of RGB (Red+Green+Blue) = 108+217+255=580 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.62% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CD9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD9FF is #932600. Grayscale: #BCBCBC. Windows color (decimal): -9643521 or 16767340. OLE color: 16767340.

HSL color Cylindrical-coordinate representation of color #6CD9FF: hue angle of 195.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CD9FF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB108217255-
CMYK0.580.1500
HSL195.51º100%71.18%-
HSV(B)195.51º57.65%100%-
XYZ49.0560.03103.61-
YUV188.74165.3970.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.62%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 255 (100% from 255) = 43.97%
R=18.62%
G=37.41%
B=43.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082172550.580.1500195.5110071.18
Hex6CD9FF3AF00c46447
Octal154331377721700304144107
Binary110110011011001111111111110101111001100010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,217,255); }

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

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

 a { background-color: rgb(108,217,255); }

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

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

 span { border-color: rgb(108,217,255); }

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