Html Css Color HEX #27DDBA Turquoise

📋 copy color: '#27DDBA'

red 39 ◦ green 221 ◦ blue 186

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

Shades of Turquoise #27DDBA

Tints of Turquoise #27DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.55%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 8.74%
G = 49.55%
B = 41.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#27DDBA (or 0x27DDBA) is known color: Turquoise. HEX triplet: 27, DD and BA. RGB value is (39,221,186). Sum of RGB (Red+Green+Blue) = 39+221+186=446 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.74% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDBA is #D82245. Grayscale: #A2A2A2. Windows color (decimal): -14164550 or 12246311. OLE color: 12246311.

HSL color Cylindrical-coordinate representation of color #27DDBA: hue angle of 168.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DDBA is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 221 186 -
CMYK 0.82 0 0.16 0.13
HSL 168.46º 0.73% 0.51% -
HSV(B) 168.46º 0.82% 0.87% -
XYZ 35.56 55.69 55.33 -
YUV 162.59 141.2 39.85 -
System Red Green Blue C M Y K H S L
Decimal 39 221 186 0.82 0 0.16 0.13 168.46 0.73 0.51
Hex 27 DD BA 52 0 10 D A8 49 33
Octal 47 335 272 122 0 20 15 250 111 63
Binary 100111 11011101 10111010 1010010 0 10000 1101 10101000 1001001 110011

Color Harmonies of #27DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DDBA

Black with #27DDBA

Text Example


Text Example

White with #27DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,221,186); }

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

background-color css

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

 a { background-color: rgb(39,221,186); }

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

border-color css

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

 span { border-color: rgb(39,221,186); }

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