Html Css Color HEX #27F9EC Bright Turquoise

📋 copy color: '#27F9EC'

red 39 ◦ green 249 ◦ blue 236

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

Shades of Bright Turquoise #27F9EC

Tints of Bright Turquoise #27F9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.52%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 7.44%
G = 47.52%
B = 45.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#27F9EC (or 0x27F9EC) is known color: Bright Turquoise. HEX triplet: 27, F9 and EC. RGB value is (39,249,236). Sum of RGB (Red+Green+Blue) = 39+249+236=524 (69% of max value = 765). Red value is 39 (15.62% from 255 or 7.44% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #27F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27F9EC is #D80613. Grayscale: #B8B8B8. Windows color (decimal): -14157332 or 15530279. OLE color: 15530279.

HSL color Cylindrical-coordinate representation of color #27F9EC: hue angle of 176.29º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F9EC is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 249 236 -
CMYK 0.84 0 0.05 0.02
HSL 176.29º 0.95% 0.56% -
HSV(B) 176.29º 0.84% 0.98% -
XYZ 49.85 74.24 91.06 -
YUV 184.73 156.93 24.06 -
System Red Green Blue C M Y K H S L
Decimal 39 249 236 0.84 0 0.05 0.02 176.29 0.95 0.56
Hex 27 F9 EC 54 0 5 2 B0 5F 38
Octal 47 371 354 124 0 5 2 260 137 70
Binary 100111 11111001 11101100 1010100 0 101 10 10110000 1011111 111000

Color Harmonies of #27F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F9EC

Black with #27F9EC

Text Example


Text Example

White with #27F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,249,236); }

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

background-color css

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

 a { background-color: rgb(39,249,236); }

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

border-color css

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

 span { border-color: rgb(39,249,236); }

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