Html Css Color HEX #6EECEB Turquoise Blue

📋 copy color: '#6EECEB'

red 110 ◦ green 236 ◦ blue 235

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

Shades of Turquoise Blue #6EECEB

Tints of Turquoise Blue #6EECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.62%

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

R = 18.93%
G = 40.62%
B = 40.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#6EECEB (or 0x6EECEB) is known color: Turquoise Blue. HEX triplet: 6E, EC and EB. RGB value is (110,236,235). Sum of RGB (Red+Green+Blue) = 110+236+235=581 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.93% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EECEB is #911314. Grayscale: #C6C6C6. Windows color (decimal): -9507605 or 15461486. OLE color: 15461486.

HSL color Cylindrical-coordinate representation of color #6EECEB: hue angle of 179.52º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECEB is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 236 235 -
CMYK 0.53 0 0.00 0.07
HSL 179.52º 0.77% 0.68% -
HSV(B) 179.52º 0.53% 0.93% -
XYZ 51.42 69.3 89.26 -
YUV 198.21 148.76 65.08 -
System Red Green Blue C M Y K H S L
Decimal 110 236 235 0.53 0 0.00 0.07 179.52 0.77 0.68
Hex 6E EC EB 35 0 0 7 B4 4D 44
Octal 156 354 353 65 0 0 7 264 115 104
Binary 1101110 11101100 11101011 110101 0 0 111 10110100 1001101 1000100

Color Harmonies of #6EECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EECEB

Black with #6EECEB

Text Example


Text Example

White with #6EECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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