Html Css Color HEX #2FEBFB Bright Turquoise

📋 copy color: '#2FEBFB'

red 47 ◦ green 235 ◦ blue 251

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

Shades of Bright Turquoise #2FEBFB

Tints of Bright Turquoise #2FEBFB

RGB

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

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

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

R = 8.82%
G = 44.09%
B = 47.09%

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

#2FEBFB (or 0x2FEBFB) is known color: Bright Turquoise. HEX triplet: 2F, EB and FB. RGB value is (47,235,251). Sum of RGB (Red+Green+Blue) = 47+235+251=533 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.82% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FEBFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEBFB is #D01404. Grayscale: #B4B4B4. Windows color (decimal): -13636613 or 16509743. OLE color: 16509743.

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

Color convert

RGB 47 235 251 -
CMYK 0.81 0.06 0 0.02
HSL 184.71º 0.96% 0.58% -
HSV(B) 184.71º 0.81% 0.98% -
XYZ 48.29 66.99 101.65 -
YUV 180.61 167.72 32.7 -
System Red Green Blue C M Y K H S L
Decimal 47 235 251 0.81 0.06 0 0.02 184.71 0.96 0.58
Hex 2F EB FB 51 6 0 2 B9 60 3A
Octal 57 353 373 121 6 0 2 271 140 72
Binary 101111 11101011 11111011 1010001 110 0 10 10111001 1100000 111010

Color Harmonies of #2FEBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEBFB

Black with #2FEBFB

Text Example


Text Example

White with #2FEBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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