Html Css Color HEX #6DE2D6 Turquoise Blue

📋 copy color: '#6DE2D6'

red 109 ◦ green 226 ◦ blue 214

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

Shades of Turquoise Blue #6DE2D6

Tints of Turquoise Blue #6DE2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 19.85%
G = 41.17%
B = 38.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#6DE2D6 (or 0x6DE2D6) is known color: Turquoise Blue. HEX triplet: 6D, E2 and D6. RGB value is (109,226,214). Sum of RGB (Red+Green+Blue) = 109+226+214=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE2D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE2D6 is #921D29. Grayscale: #BDBDBD. Windows color (decimal): -9575722 or 14082669. OLE color: 14082669.

HSL color Cylindrical-coordinate representation of color #6DE2D6: hue angle of 173.85º 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 #6DE2D6 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 109 226 214 -
CMYK 0.52 0 0.05 0.11
HSL 173.85º 0.67% 0.66% -
HSV(B) 173.85º 0.52% 0.89% -
XYZ 45.64 62.5 73.28 -
YUV 189.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 109 226 214 0.52 0 0.05 0.11 173.85 0.67 0.66
Hex 6D E2 D6 34 0 5 B AE 43 42
Octal 155 342 326 64 0 5 13 256 103 102
Binary 1101101 11100010 11010110 110100 0 101 1011 10101110 1000011 1000010

Color Harmonies of #6DE2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE2D6

Black with #6DE2D6

Text Example


Text Example

White with #6DE2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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