Html Css Color HEX #6EDBEB Turquoise Blue

📋 copy color: '#6EDBEB'

red 110 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #6EDBEB

Tints of Turquoise Blue #6EDBEB

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EDBEB (or 0x6EDBEB) is known color: Turquoise Blue. HEX triplet: 6E, DB and EB. RGB value is (110,219,235). Sum of RGB (Red+Green+Blue) = 110+219+235=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EDBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDBEB is #912414. Grayscale: #BCBCBC. Windows color (decimal): -9511957 or 15457134. OLE color: 15457134.

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

Color convert

RGB 110 219 235 -
CMYK 0.53 0.07 0 0.08
HSL 187.68º 0.76% 0.68% -
HSV(B) 187.68º 0.53% 0.92% -
XYZ 46.76 59.98 87.71 -
YUV 188.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 110 219 235 0.53 0.07 0 0.08 187.68 0.76 0.68
Hex 6E DB EB 35 7 0 8 BC 4C 44
Octal 156 333 353 65 7 0 10 274 114 104
Binary 1101110 11011011 11101011 110101 111 0 1000 10111100 1001100 1000100

Color Harmonies of #6EDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBEB

Black with #6EDBEB

Text Example


Text Example

White with #6EDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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