Html Css Color HEX #27DCBE Turquoise

📋 copy color: '#27DCBE'

red 39 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #27DCBE

Tints of Turquoise #27DCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 8.69%
G = 49%
B = 42.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#27DCBE (or 0x27DCBE) is known color: Turquoise. HEX triplet: 27, DC and BE. RGB value is (39,220,190). Sum of RGB (Red+Green+Blue) = 39+220+190=449 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.69% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCBE is #D82341. Grayscale: #A2A2A2. Windows color (decimal): -14164802 or 12508199. OLE color: 12508199.

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

Color convert

RGB 39 220 190 -
CMYK 0.82 0 0.14 0.14
HSL 170.06º 0.72% 0.51% -
HSV(B) 170.06º 0.82% 0.86% -
XYZ 35.72 55.34 57.51 -
YUV 162.46 143.53 39.94 -
System Red Green Blue C M Y K H S L
Decimal 39 220 190 0.82 0 0.14 0.14 170.06 0.72 0.51
Hex 27 DC BE 52 0 E E AA 48 33
Octal 47 334 276 122 0 16 16 252 110 63
Binary 100111 11011100 10111110 1010010 0 1110 1110 10101010 1001000 110011

Color Harmonies of #27DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DCBE

Black with #27DCBE

Text Example


Text Example

White with #27DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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