Html Css Color HEX #2FFCF0 Turquoise

📋 copy color: '#2FFCF0'

red 47 ◦ green 252 ◦ blue 240

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

Shades of Turquoise #2FFCF0

Tints of Turquoise #2FFCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.75%

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 8.72%
G = 46.75%
B = 44.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#2FFCF0 (or 0x2FFCF0) is known color: Turquoise. HEX triplet: 2F, FC and F0. RGB value is (47,252,240). Sum of RGB (Red+Green+Blue) = 47+252+240=539 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.72% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCF0 is #D0030F. Grayscale: #BDBDBD. Windows color (decimal): -13632272 or 15793199. OLE color: 15793199.

HSL color Cylindrical-coordinate representation of color #2FFCF0: hue angle of 176.49º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCF0 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 240 -
CMYK 0.81 0 0.05 0.01
HSL 176.49º 0.97% 0.59% -
HSV(B) 176.49º 0.81% 0.99% -
XYZ 51.71 76.52 94.48 -
YUV 189.34 156.58 26.48 -
System Red Green Blue C M Y K H S L
Decimal 47 252 240 0.81 0 0.05 0.01 176.49 0.97 0.59
Hex 2F FC F0 51 0 5 1 B0 61 3B
Octal 57 374 360 121 0 5 1 260 141 73
Binary 101111 11111100 11110000 1010001 0 101 1 10110000 1100001 111011

Color Harmonies of #2FFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCF0

Black with #2FFCF0

Text Example


Text Example

White with #2FFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,252,240); }

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

background-color css

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

 a { background-color: rgb(47,252,240); }

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

border-color css

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

 span { border-color: rgb(47,252,240); }

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