Html Css Color HEX #27FDE6 Bright Turquoise

📋 copy color: '#27FDE6'

red 39 ◦ green 253 ◦ blue 230

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

Shades of Bright Turquoise #27FDE6

Tints of Bright Turquoise #27FDE6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.47%

 BLUE value IS 230 (90.23% from 255) = 44.06%

R = 7.47%
G = 48.47%
B = 44.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#27FDE6 (or 0x27FDE6) is known color: Bright Turquoise. HEX triplet: 27, FD and E6. RGB value is (39,253,230). Sum of RGB (Red+Green+Blue) = 39+253+230=522 (69% of max value = 765). Red value is 39 (15.62% from 255 or 7.47% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #27FDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27FDE6 is #D80219. Grayscale: #BABABA. Windows color (decimal): -14156314 or 15138087. OLE color: 15138087.

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

Color convert

RGB 39 253 230 -
CMYK 0.85 0 0.09 0.01
HSL 173.55º 0.98% 0.57% -
HSV(B) 173.55º 0.85% 0.99% -
XYZ 50.24 76.4 86.96 -
YUV 186.39 152.6 22.87 -
System Red Green Blue C M Y K H S L
Decimal 39 253 230 0.85 0 0.09 0.01 173.55 0.98 0.57
Hex 27 FD E6 55 0 9 1 AE 62 39
Octal 47 375 346 125 0 11 1 256 142 71
Binary 100111 11111101 11100110 1010101 0 1001 1 10101110 1100010 111001

Color Harmonies of #27FDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FDE6

Black with #27FDE6

Text Example


Text Example

White with #27FDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,253,230); }

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

background-color css

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

 a { background-color: rgb(39,253,230); }

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

border-color css

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

 span { border-color: rgb(39,253,230); }

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