Html Css Color HEX #2FF5BE Turquoise

📋 copy color: '#2FF5BE'

red 47 ◦ green 245 ◦ blue 190

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

Shades of Turquoise #2FF5BE

Tints of Turquoise #2FF5BE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.83%

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 9.75%
G = 50.83%
B = 39.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#2FF5BE (or 0x2FF5BE) is known color: Turquoise. HEX triplet: 2F, F5 and BE. RGB value is (47,245,190). Sum of RGB (Red+Green+Blue) = 47+245+190=482 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.75% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF5BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF5BE is #D00A41. Grayscale: #B3B3B3. Windows color (decimal): -13634114 or 12514607. OLE color: 12514607.

HSL color Cylindrical-coordinate representation of color #2FF5BE: hue angle of 163.33º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF5BE is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 245 190 -
CMYK 0.81 0 0.22 0.04
HSL 163.33º 0.91% 0.57% -
HSV(B) 163.33º 0.81% 0.96% -
XYZ 43.12 69.63 59.88 -
YUV 179.53 133.9 33.47 -
System Red Green Blue C M Y K H S L
Decimal 47 245 190 0.81 0 0.22 0.04 163.33 0.91 0.57
Hex 2F F5 BE 51 0 16 4 A3 5B 39
Octal 57 365 276 121 0 26 4 243 133 71
Binary 101111 11110101 10111110 1010001 0 10110 100 10100011 1011011 111001

Color Harmonies of #2FF5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF5BE

Black with #2FF5BE

Text Example


Text Example

White with #2FF5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,245,190); }

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

background-color css

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

 a { background-color: rgb(47,245,190); }

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

border-color css

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

 span { border-color: rgb(47,245,190); }

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