Html Css Color HEX #6EEEEA Turquoise Blue

📋 copy color: '#6EEEEA'

red 110 ◦ green 238 ◦ blue 234

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

Shades of Turquoise Blue #6EEEEA

Tints of Turquoise Blue #6EEEEA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.89%

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

R = 18.9%
G = 40.89%
B = 40.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#6EEEEA (or 0x6EEEEA) is known color: Turquoise Blue. HEX triplet: 6E, EE and EA. RGB value is (110,238,234). Sum of RGB (Red+Green+Blue) = 110+238+234=582 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.90% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #6EEEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEEEA is #911115. Grayscale: #C7C7C7. Windows color (decimal): -9507094 or 15396462. OLE color: 15396462.

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

Color convert

RGB 110 238 234 -
CMYK 0.54 0 0.02 0.07
HSL 178.13º 0.79% 0.68% -
HSV(B) 178.13º 0.54% 0.93% -
XYZ 51.86 70.4 88.7 -
YUV 199.27 147.59 64.33 -
System Red Green Blue C M Y K H S L
Decimal 110 238 234 0.54 0 0.02 0.07 178.13 0.79 0.68
Hex 6E EE EA 36 0 2 7 B2 4F 44
Octal 156 356 352 66 0 2 7 262 117 104
Binary 1101110 11101110 11101010 110110 0 10 111 10110010 1001111 1000100

Color Harmonies of #6EEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEEEA

Black with #6EEEEA

Text Example


Text Example

White with #6EEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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