Html Css Color HEX #6EEFDF Turquoise Blue

📋 copy color: '#6EEFDF'

red 110 ◦ green 239 ◦ blue 223

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

Shades of Turquoise Blue #6EEFDF

Tints of Turquoise Blue #6EEFDF

RGB

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

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

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

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

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#6EEFDF (or 0x6EEFDF) is known color: Turquoise Blue. HEX triplet: 6E, EF and DF. RGB value is (110,239,223). Sum of RGB (Red+Green+Blue) = 110+239+223=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFDF is #911020. Grayscale: #C6C6C6. Windows color (decimal): -9506849 or 14675822. OLE color: 14675822.

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

Color convert

RGB 110 239 223 -
CMYK 0.54 0 0.07 0.06
HSL 172.56º 0.8% 0.68% -
HSV(B) 172.56º 0.54% 0.94% -
XYZ 50.62 70.38 80.73 -
YUV 198.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 110 239 223 0.54 0 0.07 0.06 172.56 0.8 0.68
Hex 6E EF DF 36 0 7 6 AD 50 44
Octal 156 357 337 66 0 7 6 255 120 104
Binary 1101110 11101111 11011111 110110 0 111 110 10101101 1010000 1000100

Color Harmonies of #6EEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFDF

Black with #6EEFDF

Text Example


Text Example

White with #6EEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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