Html Css Color HEX #27EDB5 Turquoise

📋 copy color: '#27EDB5'

red 39 ◦ green 237 ◦ blue 181

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

Shades of Turquoise #27EDB5

Tints of Turquoise #27EDB5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.86%

 BLUE value IS 181 (71.09% from 255) = 39.61%

R = 8.53%
G = 51.86%
B = 39.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#27EDB5 (or 0x27EDB5) is known color: Turquoise. HEX triplet: 27, ED and B5. RGB value is (39,237,181). Sum of RGB (Red+Green+Blue) = 39+237+181=457 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.53% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #27EDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EDB5 is #D8124A. Grayscale: #ABABAB. Windows color (decimal): -14160459 or 11922727. OLE color: 11922727.

HSL color Cylindrical-coordinate representation of color #27EDB5: hue angle of 163.03º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EDB5 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 237 181 -
CMYK 0.84 0 0.24 0.07
HSL 163.03º 0.85% 0.54% -
HSV(B) 163.03º 0.84% 0.93% -
XYZ 39.46 64.34 54.05 -
YUV 171.41 133.4 33.55 -
System Red Green Blue C M Y K H S L
Decimal 39 237 181 0.84 0 0.24 0.07 163.03 0.85 0.54
Hex 27 ED B5 54 0 18 7 A3 55 36
Octal 47 355 265 124 0 30 7 243 125 66
Binary 100111 11101101 10110101 1010100 0 11000 111 10100011 1010101 110110

Color Harmonies of #27EDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EDB5

Black with #27EDB5

Text Example


Text Example

White with #27EDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,237,181); }

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

background-color css

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

 a { background-color: rgb(39,237,181); }

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

border-color css

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

 span { border-color: rgb(39,237,181); }

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