Html Css Color HEX #6ECEEB Turquoise Blue

📋 copy color: '#6ECEEB'

red 110 ◦ green 206 ◦ blue 235

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

Shades of Turquoise Blue #6ECEEB

Tints of Turquoise Blue #6ECEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

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

R = 19.96%
G = 37.39%
B = 42.65%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ECEEB (or 0x6ECEEB) is known color: Turquoise Blue. HEX triplet: 6E, CE and EB. RGB value is (110,206,235). Sum of RGB (Red+Green+Blue) = 110+206+235=551 (72% of max value = 765). Red value is 110 (43.36% from 255 or 19.96% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ECEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECEEB is #913114. Grayscale: #B4B4B4. Windows color (decimal): -9515285 or 15453806. OLE color: 15453806.

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

Color convert

RGB 110 206 235 -
CMYK 0.53 0.12 0 0.08
HSL 193.92º 0.76% 0.68% -
HSV(B) 193.92º 0.53% 0.92% -
XYZ 43.5 53.46 86.62 -
YUV 180.6 158.7 77.64 -
System Red Green Blue C M Y K H S L
Decimal 110 206 235 0.53 0.12 0 0.08 193.92 0.76 0.68
Hex 6E CE EB 35 C 0 8 C2 4C 44
Octal 156 316 353 65 14 0 10 302 114 104
Binary 1101110 11001110 11101011 110101 1100 0 1000 11000010 1001100 1000100

Color Harmonies of #6ECEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECEEB

Black with #6ECEEB

Text Example


Text Example

White with #6ECEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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