Html Css Color HEX #2FDFC6 Turquoise

📋 copy color: '#2FDFC6'

red 47 ◦ green 223 ◦ blue 198

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

Shades of Turquoise #2FDFC6

Tints of Turquoise #2FDFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 10.04%
G = 47.65%
B = 42.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#2FDFC6 (or 0x2FDFC6) is known color: Turquoise. HEX triplet: 2F, DF and C6. RGB value is (47,223,198). Sum of RGB (Red+Green+Blue) = 47+223+198=468 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.04% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFC6 is #D02039. Grayscale: #A7A7A7. Windows color (decimal): -13639738 or 13033263. OLE color: 13033263.

HSL color Cylindrical-coordinate representation of color #2FDFC6: hue angle of 171.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDFC6 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 198 -
CMYK 0.79 0 0.11 0.13
HSL 171.48º 0.73% 0.53% -
HSV(B) 171.48º 0.79% 0.87% -
XYZ 37.75 57.46 62.53 -
YUV 167.53 145.19 42.03 -
System Red Green Blue C M Y K H S L
Decimal 47 223 198 0.79 0 0.11 0.13 171.48 0.73 0.53
Hex 2F DF C6 4F 0 B D AB 49 35
Octal 57 337 306 117 0 13 15 253 111 65
Binary 101111 11011111 11000110 1001111 0 1011 1101 10101011 1001001 110101

Color Harmonies of #2FDFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDFC6

Black with #2FDFC6

Text Example


Text Example

White with #2FDFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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