Html Css Color HEX #27EDD6 Turquoise

📋 copy color: '#27EDD6'

red 39 ◦ green 237 ◦ blue 214

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

Shades of Turquoise #27EDD6

Tints of Turquoise #27EDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 7.96%
G = 48.37%
B = 43.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#27EDD6 (or 0x27EDD6) is known color: Turquoise. HEX triplet: 27, ED and D6. RGB value is (39,237,214). Sum of RGB (Red+Green+Blue) = 39+237+214=490 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.96% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #27EDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EDD6 is #D81229. Grayscale: #AFAFAF. Windows color (decimal): -14160426 or 14085415. OLE color: 14085415.

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

Color convert

RGB 39 237 214 -
CMYK 0.84 0 0.10 0.07
HSL 173.03º 0.85% 0.54% -
HSV(B) 173.03º 0.84% 0.93% -
XYZ 43.26 65.85 74.05 -
YUV 175.18 149.9 30.87 -
System Red Green Blue C M Y K H S L
Decimal 39 237 214 0.84 0 0.10 0.07 173.03 0.85 0.54
Hex 27 ED D6 54 0 A 7 AD 55 36
Octal 47 355 326 124 0 12 7 255 125 66
Binary 100111 11101101 11010110 1010100 0 1010 111 10101101 1010101 110110

Color Harmonies of #27EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EDD6

Black with #27EDD6

Text Example


Text Example

White with #27EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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