Html Css Color HEX #6EDBE5 Turquoise Blue

📋 copy color: '#6EDBE5'

red 110 ◦ green 219 ◦ blue 229

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

Shades of Turquoise Blue #6EDBE5

Tints of Turquoise Blue #6EDBE5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 229 (89.84% from 255) = 41.04%

R = 19.71%
G = 39.25%
B = 41.04%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6EDBE5 (or 0x6EDBE5) is known color: Turquoise Blue. HEX triplet: 6E, DB and E5. RGB value is (110,219,229). Sum of RGB (Red+Green+Blue) = 110+219+229=558 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.71% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #6EDBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBE5 is #91241A. Grayscale: #BBBBBB. Windows color (decimal): -9511963 or 15063918. OLE color: 15063918.

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

Color convert

RGB 110 219 229 -
CMYK 0.52 0.04 0 0.10
HSL 185.04º 0.7% 0.66% -
HSV(B) 185.04º 0.52% 0.9% -
XYZ 45.9 59.64 83.22 -
YUV 187.55 151.39 72.69 -
System Red Green Blue C M Y K H S L
Decimal 110 219 229 0.52 0.04 0 0.10 185.04 0.7 0.66
Hex 6E DB E5 34 4 0 A B9 46 42
Octal 156 333 345 64 4 0 12 271 106 102
Binary 1101110 11011011 11100101 110100 100 0 1010 10111001 1000110 1000010

Color Harmonies of #6EDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBE5

Black with #6EDBE5

Text Example


Text Example

White with #6EDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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