Html Css Color HEX #2FFBEE Turquoise

📋 copy color: '#2FFBEE'

red 47 ◦ green 251 ◦ blue 238

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

Shades of Turquoise #2FFBEE

Tints of Turquoise #2FFBEE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.83%

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 8.77%
G = 46.83%
B = 44.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#2FFBEE (or 0x2FFBEE) is known color: Turquoise. HEX triplet: 2F, FB and EE. RGB value is (47,251,238). Sum of RGB (Red+Green+Blue) = 47+251+238=536 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.77% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFBEE is #D00411. Grayscale: #BCBCBC. Windows color (decimal): -13632530 or 15661871. OLE color: 15661871.

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

Color convert

RGB 47 251 238 -
CMYK 0.81 0 0.05 0.02
HSL 176.18º 0.96% 0.58% -
HSV(B) 176.18º 0.81% 0.98% -
XYZ 51.1 75.77 92.82 -
YUV 188.52 155.91 27.06 -
System Red Green Blue C M Y K H S L
Decimal 47 251 238 0.81 0 0.05 0.02 176.18 0.96 0.58
Hex 2F FB EE 51 0 5 2 B0 60 3A
Octal 57 373 356 121 0 5 2 260 140 72
Binary 101111 11111011 11101110 1010001 0 101 10 10110000 1100000 111010

Color Harmonies of #2FFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFBEE

Black with #2FFBEE

Text Example


Text Example

White with #2FFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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