Html Css Color HEX #27D1DB Turquoise

📋 copy color: '#27D1DB'

red 39 ◦ green 209 ◦ blue 219

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

Shades of Turquoise #27D1DB

Tints of Turquoise #27D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.75%

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

R = 8.35%
G = 44.75%
B = 46.9%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#27D1DB (or 0x27D1DB) is known color: Turquoise. HEX triplet: 27, D1 and DB. RGB value is (39,209,219). Sum of RGB (Red+Green+Blue) = 39+209+219=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #27D1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D1DB is #D82E24. Grayscale: #9F9F9F. Windows color (decimal): -14167589 or 14405927. OLE color: 14405927.

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

Color convert

RGB 39 209 219 -
CMYK 0.82 0.05 0 0.14
HSL 183.33º 0.71% 0.51% -
HSV(B) 183.33º 0.82% 0.86% -
XYZ 36.42 51.15 74.97 -
YUV 159.31 161.68 42.19 -
System Red Green Blue C M Y K H S L
Decimal 39 209 219 0.82 0.05 0 0.14 183.33 0.71 0.51
Hex 27 D1 DB 52 5 0 E B7 47 33
Octal 47 321 333 122 5 0 16 267 107 63
Binary 100111 11010001 11011011 1010010 101 0 1110 10110111 1000111 110011

Color Harmonies of #27D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D1DB

Black with #27D1DB

Text Example


Text Example

White with #27D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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