Html Css Color HEX #6EDFEF Turquoise Blue

📋 copy color: '#6EDFEF'

red 110 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #6EDFEF

Tints of Turquoise Blue #6EDFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.99%

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

R = 19.23%
G = 38.99%
B = 41.78%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6EDFEF (or 0x6EDFEF) is known color: Turquoise Blue. HEX triplet: 6E, DF and EF. RGB value is (110,223,239). Sum of RGB (Red+Green+Blue) = 110+223+239=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFEF is #912010. Grayscale: #BEBEBE. Windows color (decimal): -9510929 or 15720302. OLE color: 15720302.

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

Color convert

RGB 110 223 239 -
CMYK 0.54 0.07 0 0.06
HSL 187.44º 0.8% 0.68% -
HSV(B) 187.44º 0.54% 0.94% -
XYZ 48.4 62.32 91.14 -
YUV 191.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 110 223 239 0.54 0.07 0 0.06 187.44 0.8 0.68
Hex 6E DF EF 36 7 0 6 BB 50 44
Octal 156 337 357 66 7 0 6 273 120 104
Binary 1101110 11011111 11101111 110110 111 0 110 10111011 1010000 1000100

Color Harmonies of #6EDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFEF

Black with #6EDFEF

Text Example


Text Example

White with #6EDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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