Html Css Color HEX #27D9BC Turquoise

📋 copy color: '#27D9BC'

red 39 ◦ green 217 ◦ blue 188

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

Shades of Turquoise #27D9BC

Tints of Turquoise #27D9BC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.87%

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 8.78%
G = 48.87%
B = 42.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#27D9BC (or 0x27D9BC) is known color: Turquoise. HEX triplet: 27, D9 and BC. RGB value is (39,217,188). Sum of RGB (Red+Green+Blue) = 39+217+188=444 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.78% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #27D9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D9BC is #D82643. Grayscale: #A0A0A0. Windows color (decimal): -14165572 or 12376359. OLE color: 12376359.

HSL color Cylindrical-coordinate representation of color #27D9BC: hue angle of 170.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D9BC is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 217 188 -
CMYK 0.82 0 0.13 0.15
HSL 170.22º 0.7% 0.5% -
HSV(B) 170.22º 0.82% 0.85% -
XYZ 34.73 53.69 56.11 -
YUV 160.47 143.53 41.36 -
System Red Green Blue C M Y K H S L
Decimal 39 217 188 0.82 0 0.13 0.15 170.22 0.7 0.5
Hex 27 D9 BC 52 0 D F AA 46 32
Octal 47 331 274 122 0 15 17 252 106 62
Binary 100111 11011001 10111100 1010010 0 1101 1111 10101010 1000110 110010

Color Harmonies of #27D9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D9BC

Black with #27D9BC

Text Example


Text Example

White with #27D9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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