Html Css Color HEX #6EECEA Turquoise Blue

📋 copy color: '#6EECEA'

red 110 ◦ green 236 ◦ blue 234

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

Shades of Turquoise Blue #6EECEA

Tints of Turquoise Blue #6EECEA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

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

R = 18.97%
G = 40.69%
B = 40.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#6EECEA (or 0x6EECEA) is known color: Turquoise Blue. HEX triplet: 6E, EC and EA. RGB value is (110,236,234). Sum of RGB (Red+Green+Blue) = 110+236+234=580 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.97% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EECEA is #911315. Grayscale: #C5C5C5. Windows color (decimal): -9507606 or 15395950. OLE color: 15395950.

HSL color Cylindrical-coordinate representation of color #6EECEA: hue angle of 179.05º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECEA is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 236 234 -
CMYK 0.53 0 0.01 0.07
HSL 179.05º 0.77% 0.68% -
HSV(B) 179.05º 0.53% 0.93% -
XYZ 51.28 69.25 88.51 -
YUV 198.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 110 236 234 0.53 0 0.01 0.07 179.05 0.77 0.68
Hex 6E EC EA 35 0 1 7 B3 4D 44
Octal 156 354 352 65 0 1 7 263 115 104
Binary 1101110 11101100 11101010 110101 0 1 111 10110011 1001101 1000100

Color Harmonies of #6EECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EECEA

Black with #6EECEA

Text Example


Text Example

White with #6EECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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