Html Css Color HEX #27FDB9 Turquoise

📋 copy color: '#27FDB9'

red 39 ◦ green 253 ◦ blue 185

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

Shades of Turquoise #27FDB9

Tints of Turquoise #27FDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.04%

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

R = 8.18%
G = 53.04%
B = 38.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#27FDB9 (or 0x27FDB9) is known color: Turquoise. HEX triplet: 27, FD and B9. RGB value is (39,253,185). Sum of RGB (Red+Green+Blue) = 39+253+185=477 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.18% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #27FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FDB9 is #D80246. Grayscale: #B5B5B5. Windows color (decimal): -14156359 or 12188967. OLE color: 12188967.

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

Color convert

RGB 39 253 185 -
CMYK 0.85 0 0.27 0.01
HSL 160.93º 0.98% 0.57% -
HSV(B) 160.93º 0.85% 0.99% -
XYZ 44.72 74.18 57.86 -
YUV 181.26 130.1 26.53 -
System Red Green Blue C M Y K H S L
Decimal 39 253 185 0.85 0 0.27 0.01 160.93 0.98 0.57
Hex 27 FD B9 55 0 1B 1 A1 62 39
Octal 47 375 271 125 0 33 1 241 142 71
Binary 100111 11111101 10111001 1010101 0 11011 1 10100001 1100010 111001

Color Harmonies of #27FDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FDB9

Black with #27FDB9

Text Example


Text Example

White with #27FDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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