Html Css Color HEX #27D1E3 Turquoise

📋 copy color: '#27D1E3'

red 39 ◦ green 209 ◦ blue 227

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

Shades of Turquoise #27D1E3

Tints of Turquoise #27D1E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.79%

R = 8.21%
G = 44%
B = 47.79%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#27D1E3 (or 0x27D1E3) is known color: Turquoise. HEX triplet: 27, D1 and E3. RGB value is (39,209,227). Sum of RGB (Red+Green+Blue) = 39+209+227=475 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.21% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 227 - color contains mainly: blue. Hex color #27D1E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D1E3 is #D82E1C. Grayscale: #9F9F9F. Windows color (decimal): -14167581 or 14930215. OLE color: 14930215.

HSL color Cylindrical-coordinate representation of color #27D1E3: hue angle of 185.74º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27D1E3 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 39 209 227 -
CMYK 0.83 0.08 0 0.11
HSL 185.74º 0.77% 0.52% -
HSV(B) 185.74º 0.83% 0.89% -
XYZ 37.5 51.58 80.65 -
YUV 160.22 165.68 41.54 -
System Red Green Blue C M Y K H S L
Decimal 39 209 227 0.83 0.08 0 0.11 185.74 0.77 0.52
Hex 27 D1 E3 53 8 0 B BA 4D 34
Octal 47 321 343 123 10 0 13 272 115 64
Binary 100111 11010001 11100011 1010011 1000 0 1011 10111010 1001101 110100

Color Harmonies of #27D1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D1E3

Black with #27D1E3

Text Example


Text Example

White with #27D1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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