Html Css Color HEX #27DEDD Turquoise

📋 copy color: '#27DEDD'

red 39 ◦ green 222 ◦ blue 221

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

Shades of Turquoise #27DEDD

Tints of Turquoise #27DEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 8.09%
G = 46.06%
B = 45.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#27DEDD (or 0x27DEDD) is known color: Turquoise. HEX triplet: 27, DE and DD. RGB value is (39,222,221). Sum of RGB (Red+Green+Blue) = 39+222+221=482 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.09% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEDD is #D82122. Grayscale: #A6A6A6. Windows color (decimal): -14164259 or 14540327. OLE color: 14540327.

HSL color Cylindrical-coordinate representation of color #27DEDD: hue angle of 179.67º 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 #27DEDD is Cyan = 0.82, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 222 221 -
CMYK 0.82 0 0.00 0.13
HSL 179.67º 0.73% 0.51% -
HSV(B) 179.67º 0.82% 0.87% -
XYZ 40.01 57.89 77.47 -
YUV 167.17 158.37 36.58 -
System Red Green Blue C M Y K H S L
Decimal 39 222 221 0.82 0 0.00 0.13 179.67 0.73 0.51
Hex 27 DE DD 52 0 0 D B4 49 33
Octal 47 336 335 122 0 0 15 264 111 63
Binary 100111 11011110 11011101 1010010 0 0 1101 10110100 1001001 110011

Color Harmonies of #27DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DEDD

Black with #27DEDD

Text Example


Text Example

White with #27DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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