Html Css Color HEX #6DECDB Turquoise Blue

📋 copy color: '#6DECDB'

red 109 ◦ green 236 ◦ blue 219

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

Shades of Turquoise Blue #6DECDB

Tints of Turquoise Blue #6DECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.84%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 19.33%
G = 41.84%
B = 38.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#6DECDB (or 0x6DECDB) is known color: Turquoise Blue. HEX triplet: 6D, EC and DB. RGB value is (109,236,219). Sum of RGB (Red+Green+Blue) = 109+236+219=564 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.33% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECDB is #921324. Grayscale: #C4C4C4. Windows color (decimal): -9573157 or 14412909. OLE color: 14412909.

HSL color Cylindrical-coordinate representation of color #6DECDB: hue angle of 171.97º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DECDB is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 236 219 -
CMYK 0.54 0 0.07 0.07
HSL 171.97º 0.77% 0.68% -
HSV(B) 171.97º 0.54% 0.93% -
XYZ 49.09 68.36 77.62 -
YUV 196.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 109 236 219 0.54 0 0.07 0.07 171.97 0.77 0.68
Hex 6D EC DB 36 0 7 7 AC 4D 44
Octal 155 354 333 66 0 7 7 254 115 104
Binary 1101101 11101100 11011011 110110 0 111 111 10101100 1001101 1000100

Color Harmonies of #6DECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECDB

Black with #6DECDB

Text Example


Text Example

White with #6DECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,236,219); }

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

background-color css

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

 a { background-color: rgb(109,236,219); }

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

border-color css

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

 span { border-color: rgb(109,236,219); }

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