Html Css Color HEX #6DE2DB Turquoise Blue

📋 copy color: '#6DE2DB'

red 109 ◦ green 226 ◦ blue 219

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

Shades of Turquoise Blue #6DE2DB

Tints of Turquoise Blue #6DE2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.79%

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

R = 19.68%
G = 40.79%
B = 39.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#6DE2DB (or 0x6DE2DB) is known color: Turquoise Blue. HEX triplet: 6D, E2 and DB. RGB value is (109,226,219). Sum of RGB (Red+Green+Blue) = 109+226+219=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE2DB is #921D24. Grayscale: #BEBEBE. Windows color (decimal): -9575717 or 14410349. OLE color: 14410349.

HSL color Cylindrical-coordinate representation of color #6DE2DB: hue angle of 176.41º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE2DB is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 109 226 219 -
CMYK 0.52 0 0.03 0.11
HSL 176.41º 0.67% 0.66% -
HSV(B) 176.41º 0.52% 0.89% -
XYZ 46.29 62.76 76.69 -
YUV 190.22 144.24 70.07 -
System Red Green Blue C M Y K H S L
Decimal 109 226 219 0.52 0 0.03 0.11 176.41 0.67 0.66
Hex 6D E2 DB 34 0 3 B B0 43 42
Octal 155 342 333 64 0 3 13 260 103 102
Binary 1101101 11100010 11011011 110100 0 11 1011 10110000 1000011 1000010

Color Harmonies of #6DE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE2DB

Black with #6DE2DB

Text Example


Text Example

White with #6DE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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