Html Css Color HEX #2FEFFB Bright Turquoise

📋 copy color: '#2FEFFB'

red 47 ◦ green 239 ◦ blue 251

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

Shades of Bright Turquoise #2FEFFB

Tints of Bright Turquoise #2FEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.51%

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 8.75%
G = 44.51%
B = 46.74%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FEFFB (or 0x2FEFFB) is known color: Bright Turquoise. HEX triplet: 2F, EF and FB. RGB value is (47,239,251). Sum of RGB (Red+Green+Blue) = 47+239+251=537 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.75% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FEFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEFFB is #D01004. Grayscale: #B6B6B6. Windows color (decimal): -13635589 or 16510767. OLE color: 16510767.

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

Color convert

RGB 47 239 251 -
CMYK 0.81 0.05 0 0.02
HSL 183.53º 0.96% 0.58% -
HSV(B) 183.53º 0.81% 0.98% -
XYZ 49.45 69.3 102.04 -
YUV 182.96 166.39 31.02 -
System Red Green Blue C M Y K H S L
Decimal 47 239 251 0.81 0.05 0 0.02 183.53 0.96 0.58
Hex 2F EF FB 51 5 0 2 B8 60 3A
Octal 57 357 373 121 5 0 2 270 140 72
Binary 101111 11101111 11111011 1010001 101 0 10 10111000 1100000 111010

Color Harmonies of #2FEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFFB

Black with #2FEFFB

Text Example


Text Example

White with #2FEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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