Html Css Color HEX #27DDDB Turquoise

📋 copy color: '#27DDDB'

red 39 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #27DDDB

Tints of Turquoise #27DDDB

RGB

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

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

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

R = 8.14%
G = 46.14%
B = 45.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#27DDDB (or 0x27DDDB) is known color: Turquoise. HEX triplet: 27, DD and DB. RGB value is (39,221,219). Sum of RGB (Red+Green+Blue) = 39+221+219=479 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.14% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DDDB is #D82224. Grayscale: #A6A6A6. Windows color (decimal): -14164517 or 14408999. OLE color: 14408999.

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

Color convert

RGB 39 221 219 -
CMYK 0.82 0 0.01 0.13
HSL 179.34º 0.73% 0.51% -
HSV(B) 179.34º 0.82% 0.87% -
XYZ 39.48 57.26 75.99 -
YUV 166.35 157.7 37.16 -
System Red Green Blue C M Y K H S L
Decimal 39 221 219 0.82 0 0.01 0.13 179.34 0.73 0.51
Hex 27 DD DB 52 0 1 D B3 49 33
Octal 47 335 333 122 0 1 15 263 111 63
Binary 100111 11011101 11011011 1010010 0 1 1101 10110011 1001001 110011

Color Harmonies of #27DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DDDB

Black with #27DDDB

Text Example


Text Example

White with #27DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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