Html Css Color HEX #6EEFE5 Turquoise Blue

📋 copy color: '#6EEFE5'

red 110 ◦ green 239 ◦ blue 229

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

Shades of Turquoise Blue #6EEFE5

Tints of Turquoise Blue #6EEFE5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.35%

 BLUE value IS 229 (89.84% from 255) = 39.62%

R = 19.03%
G = 41.35%
B = 39.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#6EEFE5 (or 0x6EEFE5) is known color: Turquoise Blue. HEX triplet: 6E, EF and E5. RGB value is (110,239,229). Sum of RGB (Red+Green+Blue) = 110+239+229=578 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.03% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFE5 is #91101A. Grayscale: #C7C7C7. Windows color (decimal): -9506843 or 15069038. OLE color: 15069038.

HSL color Cylindrical-coordinate representation of color #6EEFE5: hue angle of 175.35º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFE5 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 239 229 -
CMYK 0.54 0 0.04 0.06
HSL 175.35º 0.8% 0.68% -
HSV(B) 175.35º 0.54% 0.94% -
XYZ 51.44 70.71 85.07 -
YUV 199.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 110 239 229 0.54 0 0.04 0.06 175.35 0.8 0.68
Hex 6E EF E5 36 0 4 6 AF 50 44
Octal 156 357 345 66 0 4 6 257 120 104
Binary 1101110 11101111 11100101 110110 0 100 110 10101111 1010000 1000100

Color Harmonies of #6EEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFE5

Black with #6EEFE5

Text Example


Text Example

White with #6EEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,239,229); }

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

background-color css

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

 a { background-color: rgb(110,239,229); }

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

border-color css

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

 span { border-color: rgb(110,239,229); }

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