Html Css Color HEX #27FED5 Turquoise

📋 copy color: '#27FED5'

red 39 ◦ green 254 ◦ blue 213

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

Shades of Turquoise #27FED5

Tints of Turquoise #27FED5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.2%

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 7.71%
G = 50.2%
B = 42.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#27FED5 (or 0x27FED5) is known color: Turquoise. HEX triplet: 27, FE and D5. RGB value is (39,254,213). Sum of RGB (Red+Green+Blue) = 39+254+213=506 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.71% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #27FED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FED5 is #D8012A. Grayscale: #B8B8B8. Windows color (decimal): -14156075 or 14024231. OLE color: 14024231.

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

Color convert

RGB 39 254 213 -
CMYK 0.85 0 0.16 0.00
HSL 168.56º 0.99% 0.57% -
HSV(B) 168.56º 0.85% 1% -
XYZ 48.29 76.12 75.1 -
YUV 185.04 143.77 23.83 -
System Red Green Blue C M Y K H S L
Decimal 39 254 213 0.85 0 0.16 0.00 168.56 0.99 0.57
Hex 27 FE D5 55 0 10 0 A9 63 39
Octal 47 376 325 125 0 20 0 251 143 71
Binary 100111 11111110 11010101 1010101 0 10000 0 10101001 1100011 111001

Color Harmonies of #27FED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FED5

Black with #27FED5

Text Example


Text Example

White with #27FED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,254,213); }

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

background-color css

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

 a { background-color: rgb(39,254,213); }

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

border-color css

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

 span { border-color: rgb(39,254,213); }

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