#6CDBE7

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

Shades of Turquoise Blue #6CDBE7

Tints of Turquoise Blue #6CDBE7

Color information

#6CDBE7 (or 0x6CDBE7) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DB and E7. RGB value is (108,219,231). Sum of RGB (Red+Green+Blue) = 108+219+231=558 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.35% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #6CDBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBE7 is #932418. Grayscale: #BBBBBB. Windows color (decimal): -9643033 or 15194988. OLE color: 15194988.

HSL color Cylindrical-coordinate representation of color #6CDBE7: hue angle of 185.85º 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 #6CDBE7 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB108219231-
CMYK0.530.0500.09
HSL185.85º71.93%66.47%-
HSV(B)185.85º53.25%90.59%-
XYZ45.9459.6284.69-
YUV187.18152.7371.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.35%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 231 (90.62% from 255) = 41.40%
R=19.35%
G=39.25%
B=41.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1082192310.530.0500.09185.8571.9366.47
Hex6CDBE735509ba4842
Octal154333347655011272110102
Binary11011001101101111100111110101101010011011101010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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