Html Css Color HEX #27DFDC Turquoise

📋 copy color: '#27DFDC'

red 39 ◦ green 223 ◦ blue 220

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

Shades of Turquoise #27DFDC

Tints of Turquoise #27DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.27%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 8.09%
G = 46.27%
B = 45.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#27DFDC (or 0x27DFDC) is known color: Turquoise. HEX triplet: 27, DF and DC. RGB value is (39,223,220). Sum of RGB (Red+Green+Blue) = 39+223+220=482 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.09% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFDC is #D82023. Grayscale: #A7A7A7. Windows color (decimal): -14164004 or 14475047. OLE color: 14475047.

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

Color convert

RGB 39 223 220 -
CMYK 0.83 0 0.01 0.13
HSL 179.02º 0.74% 0.51% -
HSV(B) 179.02º 0.83% 0.87% -
XYZ 40.14 58.37 76.86 -
YUV 167.64 157.54 36.24 -
System Red Green Blue C M Y K H S L
Decimal 39 223 220 0.83 0 0.01 0.13 179.02 0.74 0.51
Hex 27 DF DC 53 0 1 D B3 4A 33
Octal 47 337 334 123 0 1 15 263 112 63
Binary 100111 11011111 11011100 1010011 0 1 1101 10110011 1001010 110011

Color Harmonies of #27DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DFDC

Black with #27DFDC

Text Example


Text Example

White with #27DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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