Html Css Color HEX #27D4DD Turquoise

📋 copy color: '#27D4DD'

red 39 ◦ green 212 ◦ blue 221

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

Shades of Turquoise #27D4DD

Tints of Turquoise #27D4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 8.26%
G = 44.92%
B = 46.82%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#27D4DD (or 0x27D4DD) is known color: Turquoise. HEX triplet: 27, D4 and DD. RGB value is (39,212,221). Sum of RGB (Red+Green+Blue) = 39+212+221=472 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.26% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #27D4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D4DD is #D82B22. Grayscale: #A1A1A1. Windows color (decimal): -14166819 or 14537767. OLE color: 14537767.

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

Color convert

RGB 39 212 221 -
CMYK 0.82 0.04 0 0.13
HSL 182.97º 0.73% 0.51% -
HSV(B) 182.97º 0.82% 0.87% -
XYZ 37.43 52.74 76.61 -
YUV 161.3 161.69 40.77 -
System Red Green Blue C M Y K H S L
Decimal 39 212 221 0.82 0.04 0 0.13 182.97 0.73 0.51
Hex 27 D4 DD 52 4 0 D B7 49 33
Octal 47 324 335 122 4 0 15 267 111 63
Binary 100111 11010100 11011101 1010010 100 0 1101 10110111 1001001 110011

Color Harmonies of #27D4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D4DD

Black with #27D4DD

Text Example


Text Example

White with #27D4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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