Html Css Color HEX #27FEE6 Bright Turquoise

📋 copy color: '#27FEE6'

red 39 ◦ green 254 ◦ blue 230

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

Shades of Bright Turquoise #27FEE6

Tints of Bright Turquoise #27FEE6

RGB

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

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

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

R = 7.46%
G = 48.57%
B = 43.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#27FEE6 (or 0x27FEE6) is known color: Bright Turquoise. HEX triplet: 27, FE and E6. RGB value is (39,254,230). Sum of RGB (Red+Green+Blue) = 39+254+230=523 (69% of max value = 765). Red value is 39 (15.62% from 255 or 7.46% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #27FEE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27FEE6 is #D80119. Grayscale: #BABABA. Windows color (decimal): -14156058 or 15138343. OLE color: 15138343.

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

Color convert

RGB 39 254 230 -
CMYK 0.85 0 0.09 0.00
HSL 173.3º 0.99% 0.57% -
HSV(B) 173.3º 0.85% 1% -
XYZ 50.56 77.03 87.07 -
YUV 186.98 152.27 22.45 -
System Red Green Blue C M Y K H S L
Decimal 39 254 230 0.85 0 0.09 0.00 173.3 0.99 0.57
Hex 27 FE E6 55 0 9 0 AD 63 39
Octal 47 376 346 125 0 11 0 255 143 71
Binary 100111 11111110 11100110 1010101 0 1001 0 10101101 1100011 111001

Color Harmonies of #27FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27FEE6

Black with #27FEE6

Text Example


Text Example

White with #27FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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