Html Css Color HEX #2FFAF4 Turquoise

📋 copy color: '#2FFAF4'

red 47 ◦ green 250 ◦ blue 244

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

Shades of Turquoise #2FFAF4

Tints of Turquoise #2FFAF4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.21%

 BLUE value IS 244 (95.7% from 255) = 45.1%

R = 8.69%
G = 46.21%
B = 45.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#2FFAF4 (or 0x2FFAF4) is known color: Turquoise. HEX triplet: 2F, FA and F4. RGB value is (47,250,244). Sum of RGB (Red+Green+Blue) = 47+250+244=541 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.69% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFAF4 is #D0050B. Grayscale: #BCBCBC. Windows color (decimal): -13632780 or 16054831. OLE color: 16054831.

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

Color convert

RGB 47 250 244 -
CMYK 0.81 0 0.02 0.02
HSL 178.23º 0.95% 0.58% -
HSV(B) 178.23º 0.81% 0.98% -
XYZ 51.69 75.51 97.44 -
YUV 188.62 159.25 26.99 -
System Red Green Blue C M Y K H S L
Decimal 47 250 244 0.81 0 0.02 0.02 178.23 0.95 0.58
Hex 2F FA F4 51 0 2 2 B2 5F 3A
Octal 57 372 364 121 0 2 2 262 137 72
Binary 101111 11111010 11110100 1010001 0 10 10 10110010 1011111 111010

Color Harmonies of #2FFAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFAF4

Black with #2FFAF4

Text Example


Text Example

White with #2FFAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,250,244); }

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

background-color css

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

 a { background-color: rgb(47,250,244); }

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

border-color css

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

 span { border-color: rgb(47,250,244); }

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