Html Css Color HEX #27DCBB Turquoise

📋 copy color: '#27DCBB'

red 39 ◦ green 220 ◦ blue 187

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

Shades of Turquoise #27DCBB

Tints of Turquoise #27DCBB

RGB

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

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

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

R = 8.74%
G = 49.33%
B = 41.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#27DCBB (or 0x27DCBB) is known color: Turquoise. HEX triplet: 27, DC and BB. RGB value is (39,220,187). Sum of RGB (Red+Green+Blue) = 39+220+187=446 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.74% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCBB is #D82344. Grayscale: #A2A2A2. Windows color (decimal): -14164805 or 12311591. OLE color: 12311591.

HSL color Cylindrical-coordinate representation of color #27DCBB: hue angle of 169.06º 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 #27DCBB is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 220 187 -
CMYK 0.82 0 0.15 0.14
HSL 169.06º 0.72% 0.51% -
HSV(B) 169.06º 0.82% 0.86% -
XYZ 35.4 55.21 55.8 -
YUV 162.12 142.03 40.18 -
System Red Green Blue C M Y K H S L
Decimal 39 220 187 0.82 0 0.15 0.14 169.06 0.72 0.51
Hex 27 DC BB 52 0 F E A9 48 33
Octal 47 334 273 122 0 17 16 251 110 63
Binary 100111 11011100 10111011 1010010 0 1111 1110 10101001 1001000 110011

Color Harmonies of #27DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DCBB

Black with #27DCBB

Text Example


Text Example

White with #27DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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