Html Css Color HEX #26EFB9 Turquoise

📋 copy color: '#26EFB9'

red 38 ◦ green 239 ◦ blue 185

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

Shades of Turquoise #26EFB9

Tints of Turquoise #26EFB9

RGB

 RED value IS 38 (15.23% from 255) = 8.23%

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

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 8.23%
G = 51.73%
B = 40.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#26EFB9 (or 0x26EFB9) is known color: Turquoise. HEX triplet: 26, EF and B9. RGB value is (38,239,185). Sum of RGB (Red+Green+Blue) = 38+239+185=462 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.23% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #26EFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EFB9 is #D91046. Grayscale: #ACACAC. Windows color (decimal): -14225479 or 12185382. OLE color: 12185382.

HSL color Cylindrical-coordinate representation of color #26EFB9: hue angle of 163.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EFB9 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 239 185 -
CMYK 0.84 0 0.23 0.06
HSL 163.88º 0.86% 0.54% -
HSV(B) 163.88º 0.84% 0.94% -
XYZ 40.42 65.65 56.44 -
YUV 172.75 134.91 31.89 -
System Red Green Blue C M Y K H S L
Decimal 38 239 185 0.84 0 0.23 0.06 163.88 0.86 0.54
Hex 26 EF B9 54 0 17 6 A4 56 36
Octal 46 357 271 124 0 27 6 244 126 66
Binary 100110 11101111 10111001 1010100 0 10111 110 10100100 1010110 110110

Color Harmonies of #26EFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26EFB9

Black with #26EFB9

Text Example


Text Example

White with #26EFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26EFB9; }

 p { color: rgb(38,239,185); }

 H1.HeaderClassName
 {
   color: #26EFB9;
 }
 .AnyTagClassName
 {
   color: #26EFB9;
 }
</style>

background-color css

<style>
 a { background-color: #26EFB9; }

 a { background-color: rgb(38,239,185); }

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

border-color css

<style>
 span { border-color: #26EFB9; }

 span { border-color: rgb(38,239,185); }

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