Html Css Color HEX #6ECFEB Turquoise Blue

📋 copy color: '#6ECFEB'

red 110 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #6ECFEB

Tints of Turquoise Blue #6ECFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.5%

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

R = 19.93%
G = 37.5%
B = 42.57%

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

#6ECFEB (or 0x6ECFEB) is known color: Turquoise Blue. HEX triplet: 6E, CF and EB. RGB value is (110,207,235). Sum of RGB (Red+Green+Blue) = 110+207+235=552 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.93% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ECFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECFEB is #913014. Grayscale: #B4B4B4. Windows color (decimal): -9515029 or 15454062. OLE color: 15454062.

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

Color convert

RGB 110 207 235 -
CMYK 0.53 0.12 0 0.08
HSL 193.44º 0.76% 0.68% -
HSV(B) 193.44º 0.53% 0.92% -
XYZ 43.74 53.94 86.7 -
YUV 181.19 158.36 77.22 -
System Red Green Blue C M Y K H S L
Decimal 110 207 235 0.53 0.12 0 0.08 193.44 0.76 0.68
Hex 6E CF EB 35 C 0 8 C1 4C 44
Octal 156 317 353 65 14 0 10 301 114 104
Binary 1101110 11001111 11101011 110101 1100 0 1000 11000001 1001100 1000100

Color Harmonies of #6ECFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFEB

Black with #6ECFEB

Text Example


Text Example

White with #6ECFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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