Html Css Color HEX #27DCB7 Turquoise

📋 copy color: '#27DCB7'

red 39 ◦ green 220 ◦ blue 183

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

Shades of Turquoise #27DCB7

Tints of Turquoise #27DCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.77%

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

R = 8.82%
G = 49.77%
B = 41.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#27DCB7 (or 0x27DCB7) is known color: Turquoise. HEX triplet: 27, DC and B7. RGB value is (39,220,183). Sum of RGB (Red+Green+Blue) = 39+220+183=442 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.82% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCB7 is #D82348. Grayscale: #A1A1A1. Windows color (decimal): -14164809 or 12049447. OLE color: 12049447.

HSL color Cylindrical-coordinate representation of color #27DCB7: hue angle of 167.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DCB7 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 220 183 -
CMYK 0.82 0 0.17 0.14
HSL 167.73º 0.72% 0.51% -
HSV(B) 167.73º 0.82% 0.86% -
XYZ 34.98 55.04 53.58 -
YUV 161.66 140.03 40.51 -
System Red Green Blue C M Y K H S L
Decimal 39 220 183 0.82 0 0.17 0.14 167.73 0.72 0.51
Hex 27 DC B7 52 0 11 E A8 48 33
Octal 47 334 267 122 0 21 16 250 110 63
Binary 100111 11011100 10110111 1010010 0 10001 1110 10101000 1001000 110011

Color Harmonies of #27DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DCB7

Black with #27DCB7

Text Example


Text Example

White with #27DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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