Html Css Color HEX #27F2BB Turquoise

📋 copy color: '#27F2BB'

red 39 ◦ green 242 ◦ blue 187

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

Shades of Turquoise #27F2BB

Tints of Turquoise #27F2BB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.71%

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 8.33%
G = 51.71%
B = 39.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#27F2BB (or 0x27F2BB) is known color: Turquoise. HEX triplet: 27, F2 and BB. RGB value is (39,242,187). Sum of RGB (Red+Green+Blue) = 39+242+187=468 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.33% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #27F2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F2BB is #D80D44. Grayscale: #AFAFAF. Windows color (decimal): -14159173 or 12317223. OLE color: 12317223.

HSL color Cylindrical-coordinate representation of color #27F2BB: hue angle of 163.74º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F2BB is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 242 187 -
CMYK 0.84 0 0.23 0.05
HSL 163.74º 0.89% 0.55% -
HSV(B) 163.74º 0.84% 0.95% -
XYZ 41.56 67.52 57.86 -
YUV 175.03 134.75 30.97 -
System Red Green Blue C M Y K H S L
Decimal 39 242 187 0.84 0 0.23 0.05 163.74 0.89 0.55
Hex 27 F2 BB 54 0 17 5 A4 59 37
Octal 47 362 273 124 0 27 5 244 131 67
Binary 100111 11110010 10111011 1010100 0 10111 101 10100100 1011001 110111

Color Harmonies of #27F2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F2BB

Black with #27F2BB

Text Example


Text Example

White with #27F2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,242,187); }

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

background-color css

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

 a { background-color: rgb(39,242,187); }

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

border-color css

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

 span { border-color: rgb(39,242,187); }

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