#6ADCF3

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

Shades of Turquoise Blue #6ADCF3

Tints of Turquoise Blue #6ADCF3

Color information

#6ADCF3 (or 0x6ADCF3) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DC and F3. RGB value is (106,220,243). Sum of RGB (Red+Green+Blue) = 106+220+243=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #6ADCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCF3 is #95230C. Grayscale: #BCBCBC. Windows color (decimal): -9773837 or 15981674. OLE color: 15981674.

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

Color convert

RGB106220243-
CMYK0.560.0900.05
HSL190.07º85.09%68.43%-
HSV(B)190.07º56.38%95.29%-
XYZ47.7160.7294-
YUV188.54158.7369.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.63%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 243 (95.31% from 255) = 42.71%
R=18.63%
G=38.66%
B=42.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062202430.560.0900.05190.0785.0968.43
Hex6ADCF338905be5544
Octal152334363701105276125104
Binary11010101101110011110011111000100101011011111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,220,243); }

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

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

 a { background-color: rgb(106,220,243); }

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

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

 span { border-color: rgb(106,220,243); }

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