Html Css Color HEX #2FDFFA Turquoise

📋 copy color: '#2FDFFA'

red 47 ◦ green 223 ◦ blue 250

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

Shades of Turquoise #2FDFFA

Tints of Turquoise #2FDFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.88%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 9.04%
G = 42.88%
B = 48.08%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FDFFA (or 0x2FDFFA) is known color: Turquoise. HEX triplet: 2F, DF and FA. RGB value is (47,223,250). Sum of RGB (Red+Green+Blue) = 47+223+250=520 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.04% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FDFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDFFA is #D02005. Grayscale: #ADADAD. Windows color (decimal): -13639686 or 16441135. OLE color: 16441135.

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

Color convert

RGB 47 223 250 -
CMYK 0.81 0.11 0 0.02
HSL 187.98º 0.95% 0.58% -
HSV(B) 187.98º 0.81% 0.98% -
XYZ 44.82 60.28 99.72 -
YUV 173.45 171.19 37.8 -
System Red Green Blue C M Y K H S L
Decimal 47 223 250 0.81 0.11 0 0.02 187.98 0.95 0.58
Hex 2F DF FA 51 B 0 2 BC 5F 3A
Octal 57 337 372 121 13 0 2 274 137 72
Binary 101111 11011111 11111010 1010001 1011 0 10 10111100 1011111 111010

Color Harmonies of #2FDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDFFA

Black with #2FDFFA

Text Example


Text Example

White with #2FDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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