Html Css Color HEX #2FF9EF Turquoise

📋 copy color: '#2FF9EF'

red 47 ◦ green 249 ◦ blue 239

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

Shades of Turquoise #2FF9EF

Tints of Turquoise #2FF9EF

RGB

 RED value IS 47 (18.75% from 255) = 8.79%

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

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 8.79%
G = 46.54%
B = 44.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#2FF9EF (or 0x2FF9EF) is known color: Turquoise. HEX triplet: 2F, F9 and EF. RGB value is (47,249,239). Sum of RGB (Red+Green+Blue) = 47+249+239=535 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.79% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF9EF is #D00610. Grayscale: #BBBBBB. Windows color (decimal): -13633041 or 15726895. OLE color: 15726895.

HSL color Cylindrical-coordinate representation of color #2FF9EF: hue angle of 177.03º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF9EF is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 239 -
CMYK 0.81 0 0.04 0.02
HSL 177.03º 0.94% 0.58% -
HSV(B) 177.03º 0.81% 0.98% -
XYZ 50.63 74.59 93.39 -
YUV 187.46 157.08 27.81 -
System Red Green Blue C M Y K H S L
Decimal 47 249 239 0.81 0 0.04 0.02 177.03 0.94 0.58
Hex 2F F9 EF 51 0 4 2 B1 5E 3A
Octal 57 371 357 121 0 4 2 261 136 72
Binary 101111 11111001 11101111 1010001 0 100 10 10110001 1011110 111010

Color Harmonies of #2FF9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF9EF

Black with #2FF9EF

Text Example


Text Example

White with #2FF9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF9EF; }

 p { color: rgb(47,249,239); }

 H1.HeaderClassName
 {
   color: #2FF9EF;
 }
 .AnyTagClassName
 {
   color: #2FF9EF;
 }
</style>

background-color css

<style>
 a { background-color: #2FF9EF; }

 a { background-color: rgb(47,249,239); }

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

border-color css

<style>
 span { border-color: #2FF9EF; }

 span { border-color: rgb(47,249,239); }

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