Html Css Color HEX #27FEDD Bright Turquoise

📋 copy color: '#27FEDD'

red 39 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #27FEDD

Tints of Bright Turquoise #27FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.42%

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

R = 7.59%
G = 49.42%
B = 43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#27FEDD (or 0x27FEDD) is known color: Bright Turquoise. HEX triplet: 27, FE and DD. RGB value is (39,254,221). Sum of RGB (Red+Green+Blue) = 39+254+221=514 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.59% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #27FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FEDD is #D80122. Grayscale: #B9B9B9. Windows color (decimal): -14156067 or 14548519. OLE color: 14548519.

HSL color Cylindrical-coordinate representation of color #27FEDD: hue angle of 170.79º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FEDD is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 39 254 221 -
CMYK 0.85 0 0.13 0.00
HSL 170.79º 0.99% 0.57% -
HSV(B) 170.79º 0.85% 1% -
XYZ 49.33 76.54 80.58 -
YUV 185.95 147.77 23.18 -
System Red Green Blue C M Y K H S L
Decimal 39 254 221 0.85 0 0.13 0.00 170.79 0.99 0.57
Hex 27 FE DD 55 0 D 0 AB 63 39
Octal 47 376 335 125 0 15 0 253 143 71
Binary 100111 11111110 11011101 1010101 0 1101 0 10101011 1100011 111001

Color Harmonies of #27FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FEDD

Black with #27FEDD

Text Example


Text Example

White with #27FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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