Html Css Color HEX #27F7B7 Turquoise

📋 copy color: '#27F7B7'

red 39 ◦ green 247 ◦ blue 183

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

Shades of Turquoise #27F7B7

Tints of Turquoise #27F7B7

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.67%

 BLUE value IS 183 (71.88% from 255) = 39.02%

R = 8.32%
G = 52.67%
B = 39.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#27F7B7 (or 0x27F7B7) is known color: Turquoise. HEX triplet: 27, F7 and B7. RGB value is (39,247,183). Sum of RGB (Red+Green+Blue) = 39+247+183=469 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.32% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #27F7B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F7B7 is #D80848. Grayscale: #B1B1B1. Windows color (decimal): -14157897 or 12056359. OLE color: 12056359.

HSL color Cylindrical-coordinate representation of color #27F7B7: hue angle of 161.54º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F7B7 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 39 247 183 -
CMYK 0.84 0 0.26 0.03
HSL 161.54º 0.93% 0.56% -
HSV(B) 161.54º 0.84% 0.97% -
XYZ 42.64 70.37 56.14 -
YUV 177.51 131.09 29.2 -
System Red Green Blue C M Y K H S L
Decimal 39 247 183 0.84 0 0.26 0.03 161.54 0.93 0.56
Hex 27 F7 B7 54 0 1A 3 A2 5D 38
Octal 47 367 267 124 0 32 3 242 135 70
Binary 100111 11110111 10110111 1010100 0 11010 11 10100010 1011101 111000

Color Harmonies of #27F7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F7B7

Black with #27F7B7

Text Example


Text Example

White with #27F7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,247,183); }

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

background-color css

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

 a { background-color: rgb(39,247,183); }

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

border-color css

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

 span { border-color: rgb(39,247,183); }

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