Html Css Color HEX #2FEBF9 Turquoise

📋 copy color: '#2FEBF9'

red 47 ◦ green 235 ◦ blue 249

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

Shades of Turquoise #2FEBF9

Tints of Turquoise #2FEBF9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.26%

 BLUE value IS 249 (97.66% from 255) = 46.89%

R = 8.85%
G = 44.26%
B = 46.89%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FEBF9 (or 0x2FEBF9) is known color: Turquoise. HEX triplet: 2F, EB and F9. RGB value is (47,235,249). Sum of RGB (Red+Green+Blue) = 47+235+249=531 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.85% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #2FEBF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBF9 is #D01406. Grayscale: #B4B4B4. Windows color (decimal): -13636615 or 16378671. OLE color: 16378671.

HSL color Cylindrical-coordinate representation of color #2FEBF9: hue angle of 184.16º 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 #2FEBF9 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 235 249 -
CMYK 0.81 0.06 0 0.02
HSL 184.16º 0.94% 0.58% -
HSV(B) 184.16º 0.81% 0.98% -
XYZ 47.98 66.86 100 -
YUV 180.38 166.72 32.86 -
System Red Green Blue C M Y K H S L
Decimal 47 235 249 0.81 0.06 0 0.02 184.16 0.94 0.58
Hex 2F EB F9 51 6 0 2 B8 5E 3A
Octal 57 353 371 121 6 0 2 270 136 72
Binary 101111 11101011 11111001 1010001 110 0 10 10111000 1011110 111010

Color Harmonies of #2FEBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEBF9

Black with #2FEBF9

Text Example


Text Example

White with #2FEBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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