Html Css Color HEX #6EE6DC Turquoise Blue

📋 copy color: '#6EE6DC'

red 110 ◦ green 230 ◦ blue 220

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

Shades of Turquoise Blue #6EE6DC

Tints of Turquoise Blue #6EE6DC

RGB

 RED value IS 110 (43.36% from 255) = 19.64%

 GREEN value IS 230 (90.23% from 255) = 41.07%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 19.64%
G = 41.07%
B = 39.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#6EE6DC (or 0x6EE6DC) is known color: Turquoise Blue. HEX triplet: 6E, E6 and DC. RGB value is (110,230,220). Sum of RGB (Red+Green+Blue) = 110+230+220=560 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.64% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #6EE6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE6DC is #911923. Grayscale: #C0C0C0. Windows color (decimal): -9509156 or 14476910. OLE color: 14476910.

HSL color Cylindrical-coordinate representation of color #6EE6DC: hue angle of 175º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE6DC is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 110 230 220 -
CMYK 0.52 0 0.04 0.10
HSL 175º 0.71% 0.67% -
HSV(B) 175º 0.52% 0.9% -
XYZ 47.65 65.08 77.76 -
YUV 192.98 143.24 68.81 -
System Red Green Blue C M Y K H S L
Decimal 110 230 220 0.52 0 0.04 0.10 175 0.71 0.67
Hex 6E E6 DC 34 0 4 A AF 47 43
Octal 156 346 334 64 0 4 12 257 107 103
Binary 1101110 11100110 11011100 110100 0 100 1010 10101111 1000111 1000011

Color Harmonies of #6EE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE6DC

Black with #6EE6DC

Text Example


Text Example

White with #6EE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,230,220); }

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

background-color css

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

 a { background-color: rgb(110,230,220); }

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

border-color css

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

 span { border-color: rgb(110,230,220); }

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