#6BDDF3

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

Shades of Turquoise Blue #6BDDF3

Tints of Turquoise Blue #6BDDF3

Color information

#6BDDF3 (or 0x6BDDF3) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DD and F3. RGB value is (107,221,243). Sum of RGB (Red+Green+Blue) = 107+221+243=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #6BDDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDDF3 is #94220C. Grayscale: #BDBDBD. Windows color (decimal): -9708045 or 15981931. OLE color: 15981931.

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

Color convert

RGB107221243-
CMYK0.560.0900.05
HSL189.71º85%68.63%-
HSV(B)189.71º55.97%95.29%-
XYZ48.161.3194.09-
YUV189.42158.2369.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.74%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=18.74%
G=38.70%
B=42.56%

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
Decimal1072212430.560.0900.05189.718568.63
Hex6BDDF338905be5545
Octal153335363701105276125105
Binary11010111101110111110011111000100101011011111010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,221,243); }

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

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

 a { background-color: rgb(107,221,243); }

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

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

 span { border-color: rgb(107,221,243); }

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