Html Css Color HEX #6ECFEA Turquoise Blue

📋 copy color: '#6ECFEA'

red 110 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #6ECFEA

Tints of Turquoise Blue #6ECFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.47%

R = 19.96%
G = 37.57%
B = 42.47%

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

#6ECFEA (or 0x6ECFEA) is known color: Turquoise Blue. HEX triplet: 6E, CF and EA. RGB value is (110,207,234). Sum of RGB (Red+Green+Blue) = 110+207+234=551 (72% of max value = 765). Red value is 110 (43.36% from 255 or 19.96% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ECFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECFEA is #913015. Grayscale: #B4B4B4. Windows color (decimal): -9515030 or 15388526. OLE color: 15388526.

HSL color Cylindrical-coordinate representation of color #6ECFEA: hue angle of 193.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ECFEA is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 207 234 -
CMYK 0.53 0.12 0 0.08
HSL 193.06º 0.75% 0.67% -
HSV(B) 193.06º 0.53% 0.92% -
XYZ 43.59 53.88 85.94 -
YUV 181.08 157.86 77.3 -
System Red Green Blue C M Y K H S L
Decimal 110 207 234 0.53 0.12 0 0.08 193.06 0.75 0.67
Hex 6E CF EA 35 C 0 8 C1 4B 43
Octal 156 317 352 65 14 0 10 301 113 103
Binary 1101110 11001111 11101010 110101 1100 0 1000 11000001 1001011 1000011

Color Harmonies of #6ECFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFEA

Black with #6ECFEA

Text Example


Text Example

White with #6ECFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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