Html Css Color HEX #6EEBDB Turquoise Blue

📋 copy color: '#6EEBDB'

red 110 ◦ green 235 ◦ blue 219

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

Shades of Turquoise Blue #6EEBDB

Tints of Turquoise Blue #6EEBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

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

R = 19.5%
G = 41.67%
B = 38.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#6EEBDB (or 0x6EEBDB) is known color: Turquoise Blue. HEX triplet: 6E, EB and DB. RGB value is (110,235,219). Sum of RGB (Red+Green+Blue) = 110+235+219=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBDB is #911424. Grayscale: #C3C3C3. Windows color (decimal): -9507877 or 14412654. OLE color: 14412654.

HSL color Cylindrical-coordinate representation of color #6EEBDB: hue angle of 172.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBDB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 235 219 -
CMYK 0.53 0 0.07 0.08
HSL 172.32º 0.76% 0.68% -
HSV(B) 172.32º 0.53% 0.92% -
XYZ 48.92 67.85 77.53 -
YUV 195.8 141.09 66.8 -
System Red Green Blue C M Y K H S L
Decimal 110 235 219 0.53 0 0.07 0.08 172.32 0.76 0.68
Hex 6E EB DB 35 0 7 8 AC 4C 44
Octal 156 353 333 65 0 7 10 254 114 104
Binary 1101110 11101011 11011011 110101 0 111 1000 10101100 1001100 1000100

Color Harmonies of #6EEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEBDB

Black with #6EEBDB

Text Example


Text Example

White with #6EEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,235,219); }

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

background-color css

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

 a { background-color: rgb(110,235,219); }

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

border-color css

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

 span { border-color: rgb(110,235,219); }

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