Html Css Color HEX #27FCD9 Bright Turquoise

📋 copy color: '#27FCD9'

red 39 ◦ green 252 ◦ blue 217

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

Shades of Bright Turquoise #27FCD9

Tints of Bright Turquoise #27FCD9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.61%

 BLUE value IS 217 (85.16% from 255) = 42.72%

R = 7.68%
G = 49.61%
B = 42.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#27FCD9 (or 0x27FCD9) is known color: Bright Turquoise. HEX triplet: 27, FC and D9. RGB value is (39,252,217). Sum of RGB (Red+Green+Blue) = 39+252+217=508 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.68% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCD9 is #D80326. Grayscale: #B8B8B8. Windows color (decimal): -14156583 or 14285863. OLE color: 14285863.

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

Color convert

RGB 39 252 217 -
CMYK 0.85 0 0.14 0.01
HSL 170.14º 0.97% 0.57% -
HSV(B) 170.14º 0.85% 0.99% -
XYZ 48.17 75.06 77.6 -
YUV 184.32 146.43 24.35 -
System Red Green Blue C M Y K H S L
Decimal 39 252 217 0.85 0 0.14 0.01 170.14 0.97 0.57
Hex 27 FC D9 55 0 E 1 AA 61 39
Octal 47 374 331 125 0 16 1 252 141 71
Binary 100111 11111100 11011001 1010101 0 1110 1 10101010 1100001 111001

Color Harmonies of #27FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FCD9

Black with #27FCD9

Text Example


Text Example

White with #27FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,252,217); }

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

background-color css

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

 a { background-color: rgb(39,252,217); }

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

border-color css

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

 span { border-color: rgb(39,252,217); }

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