Html Css Color HEX #6ECBEB Turquoise Blue

📋 copy color: '#6ECBEB'

red 110 ◦ green 203 ◦ blue 235

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

Shades of Turquoise Blue #6ECBEB

Tints of Turquoise Blue #6ECBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.04%

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

R = 20.07%
G = 37.04%
B = 42.88%

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

#6ECBEB (or 0x6ECBEB) is known color: Turquoise Blue. HEX triplet: 6E, CB and EB. RGB value is (110,203,235). Sum of RGB (Red+Green+Blue) = 110+203+235=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ECBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECBEB is #913414. Grayscale: #B2B2B2. Windows color (decimal): -9516053 or 15453038. OLE color: 15453038.

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

Color convert

RGB 110 203 235 -
CMYK 0.53 0.14 0 0.08
HSL 195.36º 0.76% 0.68% -
HSV(B) 195.36º 0.53% 0.92% -
XYZ 42.78 52.03 86.38 -
YUV 178.84 159.69 78.9 -
System Red Green Blue C M Y K H S L
Decimal 110 203 235 0.53 0.14 0 0.08 195.36 0.76 0.68
Hex 6E CB EB 35 E 0 8 C3 4C 44
Octal 156 313 353 65 16 0 10 303 114 104
Binary 1101110 11001011 11101011 110101 1110 0 1000 11000011 1001100 1000100

Color Harmonies of #6ECBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBEB

Black with #6ECBEB

Text Example


Text Example

White with #6ECBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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