Html Css Color HEX #6DDAD3 Turquoise Blue

📋 copy color: '#6DDAD3'

red 109 ◦ green 218 ◦ blue 211

#6DDAD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6DDAD3

Tints of Turquoise Blue #6DDAD3

RGB

 RED value IS 109 (42.97% from 255) = 20.26%

 GREEN value IS 218 (85.55% from 255) = 40.52%

 BLUE value IS 211 (82.81% from 255) = 39.22%

R = 20.26%
G = 40.52%
B = 39.22%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#6DDAD3 (or 0x6DDAD3) is known color: Turquoise Blue. HEX triplet: 6D, DA and D3. RGB value is (109,218,211). Sum of RGB (Red+Green+Blue) = 109+218+211=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAD3 is #92252C. Grayscale: #B8B8B8. Windows color (decimal): -9577773 or 13884013. OLE color: 13884013.

HSL color Cylindrical-coordinate representation of color #6DDAD3: hue angle of 176.15º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAD3 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 218 211 -
CMYK 0.5 0 0.03 0.15
HSL 176.15º 0.6% 0.64% -
HSV(B) 176.15º 0.5% 0.85% -
XYZ 43.14 58.1 70.57 -
YUV 184.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 109 218 211 0.5 0 0.03 0.15 176.15 0.6 0.64
Hex 6D DA D3 32 0 3 F B0 3C 40
Octal 155 332 323 62 0 3 17 260 74 100
Binary 1101101 11011010 11010011 110010 0 11 1111 10110000 111100 1000000

Color Harmonies of #6DDAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDAD3

Black with #6DDAD3

Text Example


Text Example

White with #6DDAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,218,211); }

 H1.HeaderClassName
 {
   color: #6DDAD3;
 }
 .AnyTagClassName
 {
   color: #6DDAD3;
 }
</style>

background-color css

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

 a { background-color: rgb(109,218,211); }

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

border-color css

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

 span { border-color: rgb(109,218,211); }

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