Html Css Color HEX #27FAC9 Turquoise

📋 copy color: '#27FAC9'

red 39 ◦ green 250 ◦ blue 201

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

Shades of Turquoise #27FAC9

Tints of Turquoise #27FAC9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.02%

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 7.96%
G = 51.02%
B = 41.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#27FAC9 (or 0x27FAC9) is known color: Turquoise. HEX triplet: 27, FA and C9. RGB value is (39,250,201). Sum of RGB (Red+Green+Blue) = 39+250+201=490 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.96% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #27FAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FAC9 is #D80536. Grayscale: #B5B5B5. Windows color (decimal): -14157111 or 13236775. OLE color: 13236775.

HSL color Cylindrical-coordinate representation of color #27FAC9: hue angle of 166.07º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27FAC9 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 250 201 -
CMYK 0.84 0 0.20 0.02
HSL 166.07º 0.95% 0.57% -
HSV(B) 166.07º 0.84% 0.98% -
XYZ 45.56 73.02 66.95 -
YUV 181.33 139.1 26.48 -
System Red Green Blue C M Y K H S L
Decimal 39 250 201 0.84 0 0.20 0.02 166.07 0.95 0.57
Hex 27 FA C9 54 0 14 2 A6 5F 39
Octal 47 372 311 124 0 24 2 246 137 71
Binary 100111 11111010 11001001 1010100 0 10100 10 10100110 1011111 111001

Color Harmonies of #27FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FAC9

Black with #27FAC9

Text Example


Text Example

White with #27FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,250,201); }

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

background-color css

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

 a { background-color: rgb(39,250,201); }

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

border-color css

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

 span { border-color: rgb(39,250,201); }

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