Html Css Color HEX #6EEBDF Turquoise Blue

📋 copy color: '#6EEBDF'

red 110 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #6EEBDF

Tints of Turquoise Blue #6EEBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.37%

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

R = 19.37%
G = 41.37%
B = 39.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#6EEBDF (or 0x6EEBDF) is known color: Turquoise Blue. HEX triplet: 6E, EB and DF. RGB value is (110,235,223). Sum of RGB (Red+Green+Blue) = 110+235+223=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBDF is #911420. Grayscale: #C4C4C4. Windows color (decimal): -9507873 or 14674798. OLE color: 14674798.

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

Color convert

RGB 110 235 223 -
CMYK 0.53 0 0.05 0.08
HSL 174.24º 0.76% 0.68% -
HSV(B) 174.24º 0.53% 0.92% -
XYZ 49.46 68.06 80.34 -
YUV 196.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 110 235 223 0.53 0 0.05 0.08 174.24 0.76 0.68
Hex 6E EB DF 35 0 5 8 AE 4C 44
Octal 156 353 337 65 0 5 10 256 114 104
Binary 1101110 11101011 11011111 110101 0 101 1000 10101110 1001100 1000100

Color Harmonies of #6EEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEBDF

Black with #6EEBDF

Text Example


Text Example

White with #6EEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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