#6CDEFB

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

Shades of Turquoise Blue #6CDEFB

Tints of Turquoise Blue #6CDEFB

Color information

#6CDEFB (or 0x6CDEFB) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DE and FB. RGB value is (108,222,251). Sum of RGB (Red+Green+Blue) = 108+222+251=581 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.59% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CDEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDEFB is #932104. Grayscale: #BEBEBE. Windows color (decimal): -9642245 or 16506476. OLE color: 16506476.

HSL color Cylindrical-coordinate representation of color #6CDEFB: hue angle of 192.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDEFB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108222251-
CMYK0.570.1200.02
HSL192.17º94.7%70.39%-
HSV(B)192.17º56.97%98.43%-
XYZ49.7262.4100.69-
YUV191.22161.7368.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.59%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=18.59%
G=38.21%
B=43.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082222510.570.1200.02192.1794.770.39
Hex6CDEFB39C02c05f46
Octal154336373711402300137106
Binary1101100110111101111101111100111000101100000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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