Html Css Color HEX #27EBDA Turquoise

📋 copy color: '#27EBDA'

red 39 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #27EBDA

Tints of Turquoise #27EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.76%

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 7.93%
G = 47.76%
B = 44.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#27EBDA (or 0x27EBDA) is known color: Turquoise. HEX triplet: 27, EB and DA. RGB value is (39,235,218). Sum of RGB (Red+Green+Blue) = 39+235+218=492 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.93% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #27EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EBDA is #D81425. Grayscale: #AEAEAE. Windows color (decimal): -14160934 or 14347047. OLE color: 14347047.

HSL color Cylindrical-coordinate representation of color #27EBDA: hue angle of 174.8º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EBDA is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 235 218 -
CMYK 0.83 0 0.07 0.08
HSL 174.8º 0.83% 0.54% -
HSV(B) 174.8º 0.83% 0.92% -
XYZ 43.2 64.91 76.58 -
YUV 174.46 152.57 31.38 -
System Red Green Blue C M Y K H S L
Decimal 39 235 218 0.83 0 0.07 0.08 174.8 0.83 0.54
Hex 27 EB DA 53 0 7 8 AF 53 36
Octal 47 353 332 123 0 7 10 257 123 66
Binary 100111 11101011 11011010 1010011 0 111 1000 10101111 1010011 110110

Color Harmonies of #27EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EBDA

Black with #27EBDA

Text Example


Text Example

White with #27EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,235,218); }

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

background-color css

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

 a { background-color: rgb(39,235,218); }

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

border-color css

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

 span { border-color: rgb(39,235,218); }

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