#6CDBF1

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

Shades of Turquoise Blue #6CDBF1

Tints of Turquoise Blue #6CDBF1

Color information

#6CDBF1 (or 0x6CDBF1) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DB and F1. RGB value is (108,219,241). Sum of RGB (Red+Green+Blue) = 108+219+241=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CDBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBF1 is #93240E. Grayscale: #BCBCBC. Windows color (decimal): -9643023 or 15850348. OLE color: 15850348.

HSL color Cylindrical-coordinate representation of color #6CDBF1: hue angle of 189.92º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CDBF1 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108219241-
CMYK0.550.0900.05
HSL189.92º82.61%68.43%-
HSV(B)189.92º55.19%94.51%-
XYZ47.3960.292.34-
YUV188.32157.7370.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.01%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=19.01%
G=38.56%
B=42.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082192410.550.0900.05189.9282.6168.43
Hex6CDBF137905be5344
Octal154333361671105276123104
Binary11011001101101111110001110111100101011011111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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