Html Css Color HEX #27FFB9 Turquoise

📋 copy color: '#27FFB9'

red 39 ◦ green 255 ◦ blue 185

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

Shades of Turquoise #27FFB9

Tints of Turquoise #27FFB9

RGB

 RED value IS 39 (15.63% from 255) = 8.14%

 GREEN value IS 255 (100% from 255) = 53.24%

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

R = 8.14%
G = 53.24%
B = 38.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#27FFB9 (or 0x27FFB9) is known color: Turquoise. HEX triplet: 27, FF and B9. RGB value is (39,255,185). Sum of RGB (Red+Green+Blue) = 39+255+185=479 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.14% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFB9 is #D80046. Grayscale: #B6B6B6. Windows color (decimal): -14155847 or 12189479. OLE color: 12189479.

HSL color Cylindrical-coordinate representation of color #27FFB9: hue angle of 160.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFB9 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 39 255 185 -
CMYK 0.85 0 0.27 0
HSL 160.56º 1% 0.58% -
HSV(B) 160.56º 0.85% 1% -
XYZ 45.35 75.45 58.07 -
YUV 182.44 129.44 25.69 -
System Red Green Blue C M Y K H S L
Decimal 39 255 185 0.85 0 0.27 0 160.56 1 0.58
Hex 27 FF B9 55 0 1B 0 A1 64 3A
Octal 47 377 271 125 0 33 0 241 144 72
Binary 100111 11111111 10111001 1010101 0 11011 0 10100001 1100100 111010

Color Harmonies of #27FFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FFB9

Black with #27FFB9

Text Example


Text Example

White with #27FFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27FFB9; }

 p { color: rgb(39,255,185); }

 H1.HeaderClassName
 {
   color: #27FFB9;
 }
 .AnyTagClassName
 {
   color: #27FFB9;
 }
</style>

background-color css

<style>
 a { background-color: #27FFB9; }

 a { background-color: rgb(39,255,185); }

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

border-color css

<style>
 span { border-color: #27FFB9; }

 span { border-color: rgb(39,255,185); }

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