#6ccde7

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

Shades of Turquoise Blue #6CCDE7

Tints of Turquoise Blue #6CCDE7

Color information

#6CCDE7 (or 0x6CCDE7) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CD and E7. RGB value is (108,205,231). Sum of RGB (Red+Green+Blue) = 108+205+231=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #6CCDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCDE7 is #933218. Grayscale: #B2B2B2. Windows color (decimal): -9646617 or 15191404. OLE color: 15191404.

HSL color Cylindrical-coordinate representation of color #6CCDE7: hue angle of 192.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CCDE7 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB108205231-
CMYK0.530.1100.09
HSL192.68º71.93%66.47%-
HSV(B)192.68º53.25%90.59%-
XYZ42.4452.6283.52-
YUV178.96157.3677.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.85%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=19.85%
G=37.68%
B=42.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1082052310.530.1100.09192.6871.9366.47
Hex6CCDE735B09c14842
Octal1543153476513011301110102
Binary110110011001101111001111101011011010011100000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ccde7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,205,231); }

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

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

 a { background-color: rgb(108,205,231); }

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

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

 span { border-color: rgb(108,205,231); }

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