#6CDEFF

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

Shades of Turquoise Blue #6CDEFF

Tints of Turquoise Blue #6CDEFF

Color information

#6CDEFF (or 0x6CDEFF) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DE and FF. RGB value is (108,222,255). Sum of RGB (Red+Green+Blue) = 108+222+255=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CDEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDEFF is #932100. Grayscale: #BFBFBF. Windows color (decimal): -9642241 or 16768620. OLE color: 16768620.

HSL color Cylindrical-coordinate representation of color #6CDEFF: hue angle of 193.47º 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 #6CDEFF is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB108222255-
CMYK0.580.1300
HSL193.47º100%71.18%-
HSV(B)193.47º57.65%100%-
XYZ50.3662.65104.05-
YUV191.68163.7368.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.46%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 255 (100% from 255) = 43.59%
R=18.46%
G=37.95%
B=43.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082222550.580.1300193.4710071.18
Hex6CDEFF3AD00c16447
Octal154336377721500301144107
Binary110110011011110111111111110101101001100000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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