Html Css Color HEX #6ECAEB Turquoise Blue

📋 copy color: '#6ECAEB'

red 110 ◦ green 202 ◦ blue 235

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

Shades of Turquoise Blue #6ECAEB

Tints of Turquoise Blue #6ECAEB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

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

R = 20.11%
G = 36.93%
B = 42.96%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ECAEB (or 0x6ECAEB) is known color: Turquoise Blue. HEX triplet: 6E, CA and EB. RGB value is (110,202,235). Sum of RGB (Red+Green+Blue) = 110+202+235=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ECAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECAEB is #913514. Grayscale: #B2B2B2. Windows color (decimal): -9516309 or 15452782. OLE color: 15452782.

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

Color convert

RGB 110 202 235 -
CMYK 0.53 0.14 0 0.08
HSL 195.84º 0.76% 0.68% -
HSV(B) 195.84º 0.53% 0.92% -
XYZ 42.55 51.55 86.31 -
YUV 178.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 110 202 235 0.53 0.14 0 0.08 195.84 0.76 0.68
Hex 6E CA EB 35 E 0 8 C4 4C 44
Octal 156 312 353 65 16 0 10 304 114 104
Binary 1101110 11001010 11101011 110101 1110 0 1000 11000100 1001100 1000100

Color Harmonies of #6ECAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECAEB

Black with #6ECAEB

Text Example


Text Example

White with #6ECAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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