Html Css Color HEX #6EDBEF Turquoise Blue

📋 copy color: '#6EDBEF'

red 110 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #6EDBEF

Tints of Turquoise Blue #6EDBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 19.37%
G = 38.56%
B = 42.08%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6EDBEF (or 0x6EDBEF) is known color: Turquoise Blue. HEX triplet: 6E, DB and EF. RGB value is (110,219,239). Sum of RGB (Red+Green+Blue) = 110+219+239=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EDBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDBEF is #912410. Grayscale: #BCBCBC. Windows color (decimal): -9511953 or 15719278. OLE color: 15719278.

HSL color Cylindrical-coordinate representation of color #6EDBEF: hue angle of 189.3º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EDBEF is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 219 239 -
CMYK 0.54 0.08 0 0.06
HSL 189.3º 0.8% 0.68% -
HSV(B) 189.3º 0.54% 0.94% -
XYZ 47.34 60.21 90.79 -
YUV 188.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 110 219 239 0.54 0.08 0 0.06 189.3 0.8 0.68
Hex 6E DB EF 36 8 0 6 BD 50 44
Octal 156 333 357 66 10 0 6 275 120 104
Binary 1101110 11011011 11101111 110110 1000 0 110 10111101 1010000 1000100

Color Harmonies of #6EDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBEF

Black with #6EDBEF

Text Example


Text Example

White with #6EDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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