Html Css Color HEX #6DE7DB Turquoise Blue

📋 copy color: '#6DE7DB'

red 109 ◦ green 231 ◦ blue 219

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

Shades of Turquoise Blue #6DE7DB

Tints of Turquoise Blue #6DE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.32%

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

R = 19.5%
G = 41.32%
B = 39.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#6DE7DB (or 0x6DE7DB) is known color: Turquoise Blue. HEX triplet: 6D, E7 and DB. RGB value is (109,231,219). Sum of RGB (Red+Green+Blue) = 109+231+219=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE7DB is #921824. Grayscale: #C1C1C1. Windows color (decimal): -9574437 or 14411629. OLE color: 14411629.

HSL color Cylindrical-coordinate representation of color #6DE7DB: hue angle of 174.1º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE7DB is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 109 231 219 -
CMYK 0.53 0 0.05 0.09
HSL 174.1º 0.72% 0.67% -
HSV(B) 174.1º 0.53% 0.91% -
XYZ 47.67 65.52 77.15 -
YUV 193.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 109 231 219 0.53 0 0.05 0.09 174.1 0.72 0.67
Hex 6D E7 DB 35 0 5 9 AE 48 43
Octal 155 347 333 65 0 5 11 256 110 103
Binary 1101101 11100111 11011011 110101 0 101 1001 10101110 1001000 1000011

Color Harmonies of #6DE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE7DB

Black with #6DE7DB

Text Example


Text Example

White with #6DE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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