Html Css Color HEX #27FFBB Turquoise

📋 copy color: '#27FFBB'

red 39 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #27FFBB

Tints of Turquoise #27FFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 8.11%
G = 53.01%
B = 38.88%

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

#27FFBB (or 0x27FFBB) is known color: Turquoise. HEX triplet: 27, FF and BB. RGB value is (39,255,187). Sum of RGB (Red+Green+Blue) = 39+255+187=481 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.11% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFBB is #D80044. Grayscale: #B6B6B6. Windows color (decimal): -14155845 or 12320551. OLE color: 12320551.

HSL color Cylindrical-coordinate representation of color #27FFBB: hue angle of 161.11º 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 #27FFBB is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 39 255 187 -
CMYK 0.85 0 0.27 0
HSL 161.11º 1% 0.58% -
HSV(B) 161.11º 0.85% 1% -
XYZ 45.57 75.54 59.19 -
YUV 182.66 130.44 25.53 -
System Red Green Blue C M Y K H S L
Decimal 39 255 187 0.85 0 0.27 0 161.11 1 0.58
Hex 27 FF BB 55 0 1B 0 A1 64 3A
Octal 47 377 273 125 0 33 0 241 144 72
Binary 100111 11111111 10111011 1010101 0 11011 0 10100001 1100100 111010

Color Harmonies of #27FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FFBB

Black with #27FFBB

Text Example


Text Example

White with #27FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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