Html Css Color HEX #27FDC9 Turquoise

📋 copy color: '#27FDC9'

red 39 ◦ green 253 ◦ blue 201

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

Shades of Turquoise #27FDC9

Tints of Turquoise #27FDC9

RGB

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

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

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

R = 7.91%
G = 51.32%
B = 40.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#27FDC9 (or 0x27FDC9) is known color: Turquoise. HEX triplet: 27, FD and C9. RGB value is (39,253,201). Sum of RGB (Red+Green+Blue) = 39+253+201=493 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.91% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #27FDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FDC9 is #D80236. Grayscale: #B7B7B7. Windows color (decimal): -14156343 or 13237543. OLE color: 13237543.

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

Color convert

RGB 39 253 201 -
CMYK 0.85 0 0.21 0.01
HSL 165.42º 0.98% 0.57% -
HSV(B) 165.42º 0.85% 0.99% -
XYZ 46.5 74.9 67.26 -
YUV 183.09 138.1 25.23 -
System Red Green Blue C M Y K H S L
Decimal 39 253 201 0.85 0 0.21 0.01 165.42 0.98 0.57
Hex 27 FD C9 55 0 15 1 A5 62 39
Octal 47 375 311 125 0 25 1 245 142 71
Binary 100111 11111101 11001001 1010101 0 10101 1 10100101 1100010 111001

Color Harmonies of #27FDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FDC9

Black with #27FDC9

Text Example


Text Example

White with #27FDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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