#6DD5F3

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

Shades of Turquoise Blue #6DD5F3

Tints of Turquoise Blue #6DD5F3

Color information

#6DD5F3 (or 0x6DD5F3) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D5 and F3. RGB value is (109,213,243). Sum of RGB (Red+Green+Blue) = 109+213+243=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #6DD5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD5F3 is #922A0C. Grayscale: #B9B9B9. Windows color (decimal): -9579021 or 15979885. OLE color: 15979885.

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

Color convert

RGB109213243-
CMYK0.550.1200.05
HSL193.43º84.81%69.02%-
HSV(B)193.43º55.14%95.29%-
XYZ46.2857.3193.42-
YUV185.32160.5473.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.29%
GREEN value IS 213 (83.59% from 255) = 37.70%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=19.29%
G=37.70%
B=43.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092132430.550.1200.05193.4384.8169.02
Hex6DD5F337C05c15545
Octal155325363671405301125105
Binary11011011101010111110011110111110001011100000110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,213,243); }

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

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

 a { background-color: rgb(109,213,243); }

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

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

 span { border-color: rgb(109,213,243); }

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