Html Css Color HEX #2FDFCC Turquoise

📋 copy color: '#2FDFCC'

red 47 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #2FDFCC

Tints of Turquoise #2FDFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 9.92%
G = 47.05%
B = 43.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#2FDFCC (or 0x2FDFCC) is known color: Turquoise. HEX triplet: 2F, DF and CC. RGB value is (47,223,204). Sum of RGB (Red+Green+Blue) = 47+223+204=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFCC is #D02033. Grayscale: #A8A8A8. Windows color (decimal): -13639732 or 13426479. OLE color: 13426479.

HSL color Cylindrical-coordinate representation of color #2FDFCC: hue angle of 173.52º 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 #2FDFCC is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 204 -
CMYK 0.79 0 0.09 0.13
HSL 173.52º 0.73% 0.53% -
HSV(B) 173.52º 0.79% 0.87% -
XYZ 38.46 57.74 66.24 -
YUV 168.21 148.19 41.54 -
System Red Green Blue C M Y K H S L
Decimal 47 223 204 0.79 0 0.09 0.13 173.52 0.73 0.53
Hex 2F DF CC 4F 0 9 D AE 49 35
Octal 57 337 314 117 0 11 15 256 111 65
Binary 101111 11011111 11001100 1001111 0 1001 1101 10101110 1001001 110101

Color Harmonies of #2FDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDFCC

Black with #2FDFCC

Text Example


Text Example

White with #2FDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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