Html Css Color HEX #27DEBD Turquoise

📋 copy color: '#27DEBD'

red 39 ◦ green 222 ◦ blue 189

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

Shades of Turquoise #27DEBD

Tints of Turquoise #27DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.33%

 BLUE value IS 189 (74.22% from 255) = 42%

R = 8.67%
G = 49.33%
B = 42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#27DEBD (or 0x27DEBD) is known color: Turquoise. HEX triplet: 27, DE and BD. RGB value is (39,222,189). Sum of RGB (Red+Green+Blue) = 39+222+189=450 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.67% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEBD is #D82142. Grayscale: #A3A3A3. Windows color (decimal): -14164291 or 12443175. OLE color: 12443175.

HSL color Cylindrical-coordinate representation of color #27DEBD: hue angle of 169.18º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DEBD is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 222 189 -
CMYK 0.82 0 0.15 0.13
HSL 169.18º 0.73% 0.51% -
HSV(B) 169.18º 0.82% 0.87% -
XYZ 36.14 56.35 57.12 -
YUV 163.52 142.37 39.18 -
System Red Green Blue C M Y K H S L
Decimal 39 222 189 0.82 0 0.15 0.13 169.18 0.73 0.51
Hex 27 DE BD 52 0 F D A9 49 33
Octal 47 336 275 122 0 17 15 251 111 63
Binary 100111 11011110 10111101 1010010 0 1111 1101 10101001 1001001 110011

Color Harmonies of #27DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DEBD

Black with #27DEBD

Text Example


Text Example

White with #27DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,222,189); }

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

background-color css

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

 a { background-color: rgb(39,222,189); }

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

border-color css

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

 span { border-color: rgb(39,222,189); }

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