Html Css Color HEX #27D9DB Turquoise

📋 copy color: '#27D9DB'

red 39 ◦ green 217 ◦ blue 219

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

Shades of Turquoise #27D9DB

Tints of Turquoise #27D9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 8.21%
G = 45.68%
B = 46.11%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#27D9DB (or 0x27D9DB) is known color: Turquoise. HEX triplet: 27, D9 and DB. RGB value is (39,217,219). Sum of RGB (Red+Green+Blue) = 39+217+219=475 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.21% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #27D9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D9DB is #D82624. Grayscale: #A3A3A3. Windows color (decimal): -14165541 or 14407975. OLE color: 14407975.

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

Color convert

RGB 39 217 219 -
CMYK 0.82 0.01 0 0.14
HSL 180.67º 0.71% 0.51% -
HSV(B) 180.67º 0.82% 0.86% -
XYZ 38.44 55.17 75.64 -
YUV 164.01 159.03 38.84 -
System Red Green Blue C M Y K H S L
Decimal 39 217 219 0.82 0.01 0 0.14 180.67 0.71 0.51
Hex 27 D9 DB 52 1 0 E B5 47 33
Octal 47 331 333 122 1 0 16 265 107 63
Binary 100111 11011001 11011011 1010010 1 0 1110 10110101 1000111 110011

Color Harmonies of #27D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D9DB

Black with #27D9DB

Text Example


Text Example

White with #27D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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