Html Css Color HEX #27EDB7 Turquoise

📋 copy color: '#27EDB7'

red 39 ◦ green 237 ◦ blue 183

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

Shades of Turquoise #27EDB7

Tints of Turquoise #27EDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 8.5%
G = 51.63%
B = 39.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#27EDB7 (or 0x27EDB7) is known color: Turquoise. HEX triplet: 27, ED and B7. RGB value is (39,237,183). Sum of RGB (Red+Green+Blue) = 39+237+183=459 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.50% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #27EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EDB7 is #D81248. Grayscale: #ABABAB. Windows color (decimal): -14160457 or 12053799. OLE color: 12053799.

HSL color Cylindrical-coordinate representation of color #27EDB7: hue angle of 163.64º 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 #27EDB7 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 237 183 -
CMYK 0.84 0 0.23 0.07
HSL 163.64º 0.85% 0.54% -
HSV(B) 163.64º 0.84% 0.93% -
XYZ 39.67 64.42 55.14 -
YUV 171.64 134.4 33.39 -
System Red Green Blue C M Y K H S L
Decimal 39 237 183 0.84 0 0.23 0.07 163.64 0.85 0.54
Hex 27 ED B7 54 0 17 7 A4 55 36
Octal 47 355 267 124 0 27 7 244 125 66
Binary 100111 11101101 10110111 1010100 0 10111 111 10100100 1010101 110110

Color Harmonies of #27EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EDB7

Black with #27EDB7

Text Example


Text Example

White with #27EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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