Html Css Color HEX #6DE9D8 Turquoise Blue

📋 copy color: '#6DE9D8'

red 109 ◦ green 233 ◦ blue 216

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

Shades of Turquoise Blue #6DE9D8

Tints of Turquoise Blue #6DE9D8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.76%

 BLUE value IS 216 (84.77% from 255) = 38.71%

R = 19.53%
G = 41.76%
B = 38.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#6DE9D8 (or 0x6DE9D8) is known color: Turquoise Blue. HEX triplet: 6D, E9 and D8. RGB value is (109,233,216). Sum of RGB (Red+Green+Blue) = 109+233+216=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #6DE9D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE9D8 is #921627. Grayscale: #C1C1C1. Windows color (decimal): -9573928 or 14215533. OLE color: 14215533.

HSL color Cylindrical-coordinate representation of color #6DE9D8: hue angle of 171.77º degrees, saturation: 0.74, 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 #6DE9D8 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 109 233 216 -
CMYK 0.53 0 0.07 0.09
HSL 171.77º 0.74% 0.67% -
HSV(B) 171.77º 0.53% 0.91% -
XYZ 47.84 66.49 75.28 -
YUV 193.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 109 233 216 0.53 0 0.07 0.09 171.77 0.74 0.67
Hex 6D E9 D8 35 0 7 9 AC 4A 43
Octal 155 351 330 65 0 7 11 254 112 103
Binary 1101101 11101001 11011000 110101 0 111 1001 10101100 1001010 1000011

Color Harmonies of #6DE9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE9D8

Black with #6DE9D8

Text Example


Text Example

White with #6DE9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,233,216); }

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

background-color css

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

 a { background-color: rgb(109,233,216); }

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

border-color css

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

 span { border-color: rgb(109,233,216); }

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