Html Css Color HEX #2FDCC6 Turquoise

📋 copy color: '#2FDCC6'

red 47 ◦ green 220 ◦ blue 198

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

Shades of Turquoise #2FDCC6

Tints of Turquoise #2FDCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.31%

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

R = 10.11%
G = 47.31%
B = 42.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#2FDCC6 (or 0x2FDCC6) is known color: Turquoise. HEX triplet: 2F, DC and C6. RGB value is (47,220,198). Sum of RGB (Red+Green+Blue) = 47+220+198=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCC6 is #D02339. Grayscale: #A5A5A5. Windows color (decimal): -13640506 or 13032495. OLE color: 13032495.

HSL color Cylindrical-coordinate representation of color #2FDCC6: hue angle of 172.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDCC6 is Cyan = 0.79, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 198 -
CMYK 0.79 0 0.1 0.14
HSL 172.37º 0.71% 0.52% -
HSV(B) 172.37º 0.79% 0.86% -
XYZ 36.96 55.87 62.26 -
YUV 165.77 146.19 43.29 -
System Red Green Blue C M Y K H S L
Decimal 47 220 198 0.79 0 0.1 0.14 172.37 0.71 0.52
Hex 2F DC C6 4F 0 A E AC 47 34
Octal 57 334 306 117 0 12 16 254 107 64
Binary 101111 11011100 11000110 1001111 0 1010 1110 10101100 1000111 110100

Color Harmonies of #2FDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDCC6

Black with #2FDCC6

Text Example


Text Example

White with #2FDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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